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 2115b54Copy full SHA for 2115b54
.pre-commit-config.yaml
@@ -6,24 +6,24 @@ repos:
6
args: ["--profile", "black"]
7
8
- repo: https://github.com/psf/black
9
- rev: 22.1.0
+ rev: 22.10.0
10
hooks:
11
- id: black
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v2.31.0
+ rev: v3.2.2
15
16
- id: pyupgrade
17
args: ["--py39-plus"]
18
19
- repo: https://github.com/pycqa/flake8
20
- rev: 4.0.1
+ rev: 6.0.0
21
22
- id: flake8
23
additional_dependencies: [pep8-naming]
24
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
- rev: v4.1.0
+ rev: v4.4.0
27
28
- id: trailing-whitespace
29
- id: end-of-file-fixer
0 commit comments