Skip to content

Commit 7708685

Browse files
chore: Ensure standardization for ruff
1 parent 76d4908 commit 7708685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
2-
# Ruff - Fast Python linter and formatter (relaxed for pre-commit)
2+
# Ruff - Fast Python linter and formatter
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
rev: v0.8.4
55
hooks:
66
- id: ruff
7-
args: [--fix, --select=F,I] # Only pyflakes and imports for pre-commit
7+
args: [--fix] # Use full ruff configuration, same as CI
88
- id: ruff-format
99

1010
# Black - Python code formatter

0 commit comments

Comments
 (0)