Skip to content

Commit 3118b61

Browse files
committed
Re-enabke ruff
1 parent cafb069 commit 3118b61

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repos:
1414
# hooks:
1515
# - id: isort
1616
# 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 ]
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 ]
2323
- repo: https://github.com/psf/black
2424
rev: 23.3.0
2525
hooks:

0 commit comments

Comments
 (0)