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 1ad433dCopy full SHA for 1ad433d
.pre-commit-config.yaml
@@ -1,29 +1,29 @@
1
repos:
2
- repo: https://github.com/pycqa/isort
3
- rev: 5.10.1
+ rev: 5.12.0
4
hooks:
5
- id: isort
6
args: ["--profile", "black"]
7
8
- repo: https://github.com/psf/black
9
- rev: 22.1.0
+ rev: 23.3.0
10
11
- id: black
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v2.31.0
+ rev: v3.3.1
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