We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3966700 commit b64fe30Copy full SHA for b64fe30
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.2.2
+ rev: v3.14.0
4
hooks:
5
- id: pyupgrade
6
args: [--py39-plus]
7
- repo: https://github.com/ikamensh/flynt/
8
- rev: '0.77'
+ rev: '1.0.1'
9
10
- id: flynt
11
- repo: https://github.com/psf/black
12
- rev: 22.10.0
+ rev: 23.9.1
13
14
- id: black
15
language_version: python3.9
@@ -19,11 +19,11 @@ repos:
19
- id: blackdoc
20
21
- repo: https://github.com/PyCQA/flake8
22
- rev: 6.0.0
+ rev: 6.1.0
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