We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f5087 commit d959114Copy full SHA for d959114
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: 'v4.1.0'
+ rev: 'v4.2.0'
4
hooks:
5
- id: check-merge-conflict
6
- repo: https://github.com/asottile/yesqa
@@ -18,7 +18,7 @@ repos:
18
- id: black
19
language_version: python3 # Should be a command that runs python3.6+
20
21
22
23
- id: end-of-file-fixer
24
exclude: >-
@@ -48,7 +48,7 @@ repos:
48
- id: detect-private-key
49
exclude: ^tests/
50
- repo: https://github.com/asottile/pyupgrade
51
- rev: 'v2.31.1'
+ rev: 'v2.32.0'
52
53
- id: pyupgrade
54
args: ['--py37-plus', '--keep-mock']
0 commit comments