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 7b64431 commit c4efb26Copy full SHA for c4efb26
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -9,22 +9,22 @@ repos:
9
- id: check-ast
10
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v2.38.2
+ rev: v3.3.1
13
14
- id: pyupgrade
15
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 5.0.4
+ rev: 6.0.0
18
19
- id: flake8
20
21
- repo: https://github.com/psf/black
22
- rev: 22.8.0
+ rev: 22.12.0
23
24
- id: black
25
26
- repo: https://github.com/pycqa/isort
27
- rev: 5.10.1
+ rev: 5.11.4
28
29
- id: isort
30
name: isort (python)
0 commit comments