Skip to content

Commit b64f27d

Browse files
committed
CI: fixed pre-commit
1 parent 24d6926 commit b64f27d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.pre-commit-config.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
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
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
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9+
# Ruff version.
910
rev: v0.7.0
1011
hooks:
1112
# Run the linter.
1213
- id: ruff
1314
args: [ --fix ]
1415
# Run the formatter.
15-
- id: ruff-format
16+
- id: ruff-format

0 commit comments

Comments
 (0)