uncommenting ruff check
This commit is contained in:
parent
c5212c3c0d
commit
24be948a1c
@ -2,14 +2,14 @@ fail_fast: true
|
||||
|
||||
repos:
|
||||
|
||||
# - repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
# rev: v0.1.0
|
||||
# hooks:
|
||||
# - id: ruff-format
|
||||
# args: [integration, reflex, tests]
|
||||
# - id: ruff
|
||||
# args: ["--fix", "--exit-non-zero-on-fix"]
|
||||
# exclude: '^integration/benchmarks/'
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: v0.1.0
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
args: [integration, reflex, tests]
|
||||
- id: ruff
|
||||
args: ["--fix", "--exit-non-zero-on-fix"]
|
||||
exclude: '^integration/benchmarks/'
|
||||
|
||||
- repo: https://github.com/RobertCraigie/pyright-python
|
||||
rev: v1.1.313
|
||||
|
Loading…
Reference in New Issue
Block a user