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 e92285b + e01913f commit 6773c44Copy full SHA for 6773c44
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
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.1.0
+ rev: 22.3.0
7
hooks:
8
- id: black
9
- repo: https://github.com/pycqa/isort
@@ -12,14 +12,14 @@ repos:
12
- id: isort
13
name: isort (python)
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.1.0
+ rev: v4.2.0
16
17
- id: trailing-whitespace
18
- id: end-of-file-fixer
19
- id: check-yaml
20
- id: check-added-large-files
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v2.31.0
+ rev: v2.32.0
23
24
- id: pyupgrade
25
args: ["--py37-plus"]
0 commit comments