Skip to content

Commit 5551e28

Browse files
authored
bump ruff, let it fix things
1 parent e585806 commit 5551e28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.1
3+
rev: v0.9.3
44
hooks:
55
- id: ruff
6+
args: [--fix, --show-fixes]
67
- id: ruff-format

0 commit comments

Comments
 (0)