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