Skip to content

Commit f593210

Browse files
committed
chore: update pre-commit hooks
1 parent 6f229a3 commit f593210

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
default_language_version:
2-
python: python3.10
2+
python: python3.11
33
exclude: LICENSE
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: check-merge-conflict
99
- id: check-json
@@ -20,11 +20,11 @@ repos:
2020
hooks:
2121
- id: check-manifest
2222
- repo: https://github.com/psf/black
23-
rev: 23.7.0
23+
rev: 23.9.1
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.0.283
27+
rev: v0.1.0
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)