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 2e2f1b2 commit 10f8e04Copy full SHA for 10f8e04
.pre-commit-config.yaml
@@ -1,24 +1,24 @@
1
exclude: ^tests/fixtures/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.5.0
+ rev: v4.6.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.12.0
+ rev: v3.13.0
12
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py37-plus]
15
- repo: https://github.com/psf/black
16
- rev: 23.12.1
+ rev: 24.4.2
17
18
- id: black
19
args: [--line-length=79]
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.15.0
+ rev: v3.15.2
22
23
- id: pyupgrade
24
args: [--py37-plus]
0 commit comments