Skip to content

Commit 01adbab

Browse files
committed
feat: Configure Ruff linter pre-commit to perform write operations
1 parent 030d252 commit 01adbab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ repos:
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
3939
rev: v0.14.3
4040
hooks:
41+
# Run the linter.
4142
- id: ruff-check
43+
args: [ --fix ]
4244

4345
- repo: https://github.com/psf/black-pre-commit-mirror
4446
rev: 25.9.0

0 commit comments

Comments
 (0)