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 28e030a commit 27b7e4cCopy full SHA for 27b7e4c
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: forbid-crlf
6
- id: remove-crlf
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v5.0.0
+ rev: v6.0.0
9
hooks:
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
@@ -18,17 +18,17 @@ repos:
18
- id: isort
19
args: [ "--filter-files" ]
20
- repo: https://github.com/psf/black
21
- rev: 25.1.0
+ rev: 25.9.0
22
23
- id: black
24
language_version: python3.10
25
- repo: https://github.com/pycqa/flake8
26
- rev: 7.2.0
+ rev: 7.3.0
27
28
- id: flake8
29
additional_dependencies: [ flake8-typing-imports==1.12.0 ]
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.15.0
+ rev: v1.18.2
32
33
- id: mypy
34
exclude: tests/
0 commit comments