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 55abd4b commit d8b51eeCopy full SHA for d8b51ee
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.2.2
+ rev: v3.4.0
4
hooks:
5
- id: pyupgrade
6
args: [--py39-plus]
7
- repo: https://github.com/ikamensh/flynt/
8
- rev: '0.77'
+ rev: '0.78'
9
10
- id: flynt
11
- repo: https://github.com/psf/black
12
- rev: 22.10.0
+ rev: 23.3.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