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:
parent
27cb3b2bb1
commit
3cb88c07ab
@ -311,7 +311,7 @@
|
||||
],
|
||||
"!(posthog/hogql/grammar/*)*.{py,pyi}": [
|
||||
"ruff format",
|
||||
"ruff check"
|
||||
"ruff check --fix"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
|
Loading…
Reference in New Issue
Block a user