Skip to content

Commit 879b8e2

Browse files
committed
apply ruff linter
1 parent f21b9a2 commit 879b8e2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
- repo: https://github.com/astral-sh/ruff-pre-commit
2-
# Ruff version.
3-
rev: v0.9.10
4-
hooks:
5-
# Run the linter.
6-
- id: ruff
7-
# Run the formatter.
8-
- id: ruff-format
1+
repos:
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
# Ruff version.
4+
rev: v0.9.10
5+
hooks:
6+
# Run the linter.
7+
- id: ruff
8+
# Run the formatter.
9+
- id: ruff-format

0 commit comments

Comments
 (0)