We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7692ad commit 454da8aCopy full SHA for 454da8a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.2.2
+ rev: v3.3.1
4
hooks:
5
- id: pyupgrade
6
args: [--py39-plus]
@@ -9,7 +9,7 @@ repos:
9
10
- id: flynt
11
- repo: https://github.com/psf/black
12
- rev: 22.10.0
+ rev: 22.12.0
13
14
- id: black
15
language_version: python3.9
@@ -23,7 +23,7 @@ repos:
23
24
- id: flake8
25
- repo: https://github.com/pycqa/pydocstyle
26
- rev: 6.1.1
+ rev: 6.3.0
27
28
- id: pydocstyle
29
args:
0 commit comments