We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd81543 commit 3ce1ee0Copy full SHA for 3ce1ee0
.pre-commit-config.yaml
@@ -7,17 +7,17 @@ repos:
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/asottile/reorder-python-imports
10
- rev: v3.9.0
+ rev: v3.10.0
11
hooks:
12
- id: reorder-python-imports
13
args: [--application-directories, '.:src', --py37-plus]
14
- repo: https://github.com/psf/black
15
- rev: 23.3.0
+ rev: 23.7.0
16
17
- id: black
18
args: [--line-length=79]
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.4.0
+ rev: v3.9.0
21
22
- id: pyupgrade
23
args: [--py37-plus]
@@ -30,7 +30,7 @@ repos:
30
- flake8-docstrings
31
- flake8-import-order
32
- repo: https://github.com/asottile/setup-cfg-fmt
33
- rev: v2.2.0
+ rev: v2.4.0
34
35
- id: setup-cfg-fmt
36
args: [--include-version-classifiers]
0 commit comments