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 b5ec092 commit 797b924Copy full SHA for 797b924
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: black
6
args: [--safe, --quiet]
7
- repo: https://github.com/asottile/blacken-docs
8
- rev: 1.13.0
+ rev: 1.14.0
9
hooks:
10
- id: blacken-docs
11
additional_dependencies: [black==23.1.0]
@@ -37,12 +37,12 @@ repos:
37
- flake8-typing-imports==1.12.0
38
- flake8-docstrings==1.5.0
39
- repo: https://github.com/asottile/reorder-python-imports
40
- rev: v3.9.0
+ rev: v3.10.0
41
42
- id: reorder-python-imports
43
args: ['--application-directories=.:src', --py37-plus]
44
- repo: https://github.com/asottile/pyupgrade
45
- rev: v3.6.0
+ rev: v3.7.0
46
47
- id: pyupgrade
48
args: [--py37-plus]
0 commit comments