Skip to content

Commit 724952d

Browse files
Update all pre-commit hooks
1 parent dbb9d97 commit 724952d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
default_language_version:
2-
python: python3.8
2+
python: python3.9
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-ast
88
types: [file, python]
@@ -18,10 +18,10 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.16.0
21+
rev: v3.19.0
2222
hooks:
2323
- id: pyupgrade
24-
args: ["--py38-plus"]
24+
args: ["--py39-plus"]
2525
- repo: https://github.com/pycqa/isort
2626
rev: 5.13.2
2727
hooks:
@@ -30,12 +30,12 @@ repos:
3030
types: [file, python]
3131
args: ["--profile", "black", "--filter-files", "--gitignore"]
3232
- repo: https://github.com/psf/black
33-
rev: 24.4.2
33+
rev: 24.10.0
3434
hooks:
3535
- id: black
3636
types: [file, python]
3737
- repo: https://github.com/igorshubovych/markdownlint-cli
38-
rev: v0.41.0
38+
rev: v0.42.0
3939
hooks:
4040
- id: markdownlint
4141
types: [file, markdown]

0 commit comments

Comments
 (0)