We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a86eb4 commit ac0ca3dCopy full SHA for ac0ca3d
.pre-commit-config.yaml
@@ -10,10 +10,9 @@ repos:
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
rev: v0.12.5
12
hooks:
13
+ - id: ruff-check
14
+ args: [--fix] # optional, to autofix lint errors
15
- id: ruff-format
- name: "python · Format with Ruff"
- - id: ruff
16
- args: [ --fix ]
17
- repo: https://github.com/RobertCraigie/pyright-python
18
rev: v1.1.403
19
0 commit comments