Skip to content

Commit d959114

Browse files
[pre-commit.ci] pre-commit autoupdate (jazzband#557)
1 parent 28f5087 commit d959114

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.1.0'
3+
rev: 'v4.2.0'
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/asottile/yesqa
@@ -18,7 +18,7 @@ repos:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v4.1.0'
21+
rev: 'v4.2.0'
2222
hooks:
2323
- id: end-of-file-fixer
2424
exclude: >-
@@ -48,7 +48,7 @@ repos:
4848
- id: detect-private-key
4949
exclude: ^tests/
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: 'v2.31.1'
51+
rev: 'v2.32.0'
5252
hooks:
5353
- id: pyupgrade
5454
args: ['--py37-plus', '--keep-mock']

0 commit comments

Comments
 (0)