Skip to content

Commit 8c45cb8

Browse files
Update pre-commit hooks
1 parent 87fa87a commit 8c45cb8

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.8
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-ast
88
types: [file, python]
@@ -18,7 +18,7 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.2
21+
rev: v3.16.0
2222
hooks:
2323
- id: pyupgrade
2424
args: ["--py38-plus"]
@@ -35,7 +35,7 @@ repos:
3535
- id: black
3636
types: [file, python]
3737
- repo: https://github.com/igorshubovych/markdownlint-cli
38-
rev: v0.40.0
38+
rev: v0.41.0
3939
hooks:
4040
- id: markdownlint
4141
types: [file, markdown]

0 commit comments

Comments
 (0)