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 b377978 commit 9cb98bbCopy full SHA for 9cb98bb
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: 'v4.1.0'
+ rev: 'v4.3.0'
7
hooks:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
19
- id: check-json
20
- id: check-yaml
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: 'v2.31.1'
+ rev: 'v2.34.0'
23
24
- id: pyupgrade
25
args:
@@ -31,7 +31,7 @@ repos:
31
- id: isort
32
exclude: '(?:extern/.*)'
33
- repo: https://github.com/psf/black
34
- rev: '22.3.0'
+ rev: '22.6.0'
35
36
- id: black
37
0 commit comments