We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ef055 commit 08c3af2Copy full SHA for 08c3af2
.pre-commit-config.yaml
@@ -1,23 +1,23 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: check-yaml
6
- id: debug-statements
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/asottile/reorder-python-imports
10
- rev: v3.12.0
+ rev: v3.13.0
11
12
- id: reorder-python-imports
13
args: [--application-directories, '.:src', --py37-plus]
14
- repo: https://github.com/psf/black
15
- rev: 23.12.1
+ rev: 24.4.2
16
17
- id: black
18
args: [--line-length=79]
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.15.0
+ rev: v3.16.0
21
22
- id: pyupgrade
23
args: [--py37-plus]
0 commit comments