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 b25a3ad commit 7008385Copy full SHA for 7008385
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.3.0
+ rev: 23.7.0
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
7
- repo: https://github.com/asottile/blacken-docs
8
- rev: 1.14.0
+ rev: 1.15.0
9
10
- id: blacken-docs
11
- additional_dependencies: [black==23.3.0]
+ additional_dependencies: [black==23.7.0]
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
rev: v4.4.0
14
@@ -42,7 +42,7 @@ repos:
42
- id: reorder-python-imports
43
args: ['--application-directories=.:src', --py38-plus]
44
- repo: https://github.com/asottile/pyupgrade
45
- rev: v3.8.0
+ rev: v3.9.0
46
47
- id: pyupgrade
48
args: [--py38-plus]
0 commit comments