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 45ae2be commit d301967Copy full SHA for d301967
.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]
@@ -10,7 +10,7 @@ repos:
10
11
- id: flynt
12
- repo: https://github.com/psf/black
13
- rev: 22.10.0
+ rev: 22.12.0
14
15
- id: black
16
language_version: python3.9
@@ -24,7 +24,7 @@ repos:
24
25
- id: flake8
26
- repo: https://github.com/pycqa/pydocstyle
27
- rev: 6.1.1
+ rev: 6.2.3
28
29
- id: pydocstyle
30
args:
0 commit comments