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 cafb069 commit 3118b61Copy full SHA for 3118b61
.pre-commit-config.yaml
@@ -14,12 +14,12 @@ repos:
14
# hooks:
15
# - id: isort
16
# args: ["--profile", "black", --line-length=79]
17
- # - repo: https://github.com/charliermarsh/ruff-pre-commit
18
- # # Ruff version.
19
- # rev: 'v0.0.262'
20
- # hooks:
21
- # - id: ruff
22
- # args: [ --fix, --exit-non-zero-on-fix ]
+ - repo: https://github.com/charliermarsh/ruff-pre-commit
+ # Ruff version.
+ rev: 'v0.0.262'
+ hooks:
+ - id: ruff
+ args: [ --fix, --exit-non-zero-on-fix ]
23
- repo: https://github.com/psf/black
24
rev: 23.3.0
25
hooks:
0 commit comments