We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98e6f4 commit c0c5e6cCopy full SHA for c0c5e6c
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
exclude: ^tests/fixtures/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.2.0
+ rev: v4.3.0
5
hooks:
6
- id: check-yaml
7
- id: debug-statements
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/asottile/reorder_python_imports
11
- rev: v3.0.1
+ rev: v3.1.0
12
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py36-plus]
@@ -18,7 +18,7 @@ repos:
18
- id: black
19
args: [--line-length=79]
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v2.32.0
+ rev: v2.34.0
22
23
- id: pyupgrade
24
args: [--py36-plus]
0 commit comments