Skip to content

Commit aa4dca6

Browse files
committed
Update ruff version in .pre-commit-config.yaml
1 parent 7fb9d6b commit aa4dca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
default_language_version:
2-
python: python3.12.0
2+
python: python3.12.1
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.5.2
6+
rev: v0.13.1
77
hooks:
88
# Run the linter.
99
- id: ruff
1010
args: [ --fix ]
1111
# Run the formatter.
12-
- id: ruff-format
12+
- id: ruff-format

0 commit comments

Comments
 (0)