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 c7c28ed commit e5bd230Copy full SHA for e5bd230
.pre-commit-config.yaml
@@ -6,12 +6,12 @@ repos:
6
args: ["--profile", "black"]
7
8
- repo: https://github.com/psf/black
9
- rev: 22.1.0
+ rev: 22.6.0
10
hooks:
11
- id: black
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v2.31.0
+ rev: v2.37.2
15
16
- id: pyupgrade
17
args: ["--py39-plus"]
@@ -23,7 +23,7 @@ repos:
23
additional_dependencies: [pep8-naming]
24
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
- rev: v4.1.0
+ rev: v4.3.0
27
28
- id: trailing-whitespace
29
- id: end-of-file-fixer
0 commit comments