Skip to content

Commit 9672ba7

Browse files
Auto-update pre-commit hooks (#300)
Co-authored-by: sobolevn <[email protected]>
1 parent 2584ad3 commit 9672ba7

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 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: check-yaml
88
- id: trailing-whitespace
@@ -11,7 +11,7 @@ repos:
1111
- id: check-merge-conflict
1212
- id: end-of-file-fixer
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.2.2
14+
rev: v3.2.3
1515
hooks:
1616
- id: pyupgrade
1717
args: ["--py36-plus"]
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 5.0.4
27+
rev: 6.0.0
2828
hooks:
2929
- id: flake8
3030
additional_dependencies:

0 commit comments

Comments
 (0)