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.
2 parents 7e029c5 + 535cd78 commit 66e88caCopy full SHA for 66e88ca
.pre-commit-config.yaml
@@ -3,11 +3,11 @@
3
repos:
4
- repo: https://github.com/psf/black
5
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
6
- rev: 22.10.0
+ rev: 22.12.0
7
hooks:
8
- id: black
9
- repo: https://github.com/pycqa/isort
10
- rev: 5.10.1
+ rev: 5.11.1
11
12
- id: isort
13
name: isort (python)
@@ -19,7 +19,7 @@ repos:
19
- id: check-yaml
20
- id: check-added-large-files
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.3.0
+ rev: v3.3.1
23
24
- id: pyupgrade
25
args: ["--py37-plus"]
0 commit comments