0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00

chore(ruff): Add --fix to ruff check pre commit (#18650)

This commit is contained in:
Julian Bez 2023-11-20 15:31:00 +01:00 committed by GitHub
parent 27cb3b2bb1
commit 3cb88c07ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@
],
"!(posthog/hogql/grammar/*)*.{py,pyi}": [
"ruff format",
"ruff check"
"ruff check --fix"
]
},
"browserslist": {