We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523f2ca commit eae9298Copy full SHA for eae9298
.pre-commit-config.yaml
@@ -1,29 +1,29 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.2.2
+ rev: v3.15.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.11.0
13
14
- id: black
15
language_version: python3.9
16
- repo: https://github.com/keewis/blackdoc
17
- rev: v0.3.8
+ rev: v0.3.9
18
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