We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1b303 commit a964f58Copy full SHA for a964f58
.pre-commit-config.yaml
@@ -1,20 +1,20 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.37.3
+ rev: v3.2.2
4
hooks:
5
- id: pyupgrade
6
args: [--py38-plus]
7
- repo: https://github.com/ikamensh/flynt/
8
- rev: '0.76'
+ rev: '0.77'
9
10
- id: flynt
11
- repo: https://github.com/psf/black
12
- rev: 22.6.0
+ rev: 22.10.0
13
14
- id: black
15
language_version: python3.8
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 5.0.3
+ rev: 6.0.0
18
19
- id: flake8
20
- repo: https://github.com/pycqa/pydocstyle
0 commit comments