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 ce34111 commit 6d0ee56Copy full SHA for 6d0ee56
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: check-yaml
6
- id: debug-statements
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
exclude: ^tests/fixtures/
10
- repo: https://github.com/asottile/setup-cfg-fmt
11
- rev: v2.5.0
+ rev: v2.8.0
12
13
- id: setup-cfg-fmt
14
- repo: https://github.com/asottile/reorder-python-imports
@@ -26,12 +26,12 @@ repos:
26
- id: pyupgrade
27
args: [--py39-plus]
28
- repo: https://github.com/psf/black
29
- rev: 23.12.1
+ rev: 25.1.0
30
31
- id: black
32
args: [--line-length=79]
33
- repo: https://github.com/PyCQA/flake8
34
- rev: 7.0.0
+ rev: 7.2.0
35
36
- id: flake8
37
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments