We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d6926 commit b64f27dCopy full SHA for b64f27d
.pre-commit-config.yaml
@@ -1,15 +1,16 @@
1
repos:
2
-- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
4
- hooks:
5
- - id: requirements-txt-fixer
6
- - id: debug-statements
7
- - id: check-merge-conflict
+- repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.4.0
+ hooks:
+ - id: requirements-txt-fixer
+ - id: debug-statements
+ - id: check-merge-conflict
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
+ # Ruff version.
10
rev: v0.7.0
11
hooks:
12
# Run the linter.
13
- id: ruff
14
args: [ --fix ]
15
# Run the formatter.
- - id: ruff-format
16
+ - id: ruff-format
0 commit comments