We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f44ecd commit f66dcb2Copy full SHA for f66dcb2
.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: v4.5.0
+ rev: v5.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: 24.2.0
+ rev: 24.10.0
22
23
- id: black
24
language_version: python3.8
25
- repo: https://github.com/pycqa/flake8
26
- rev: 5.0.4
+ rev: 7.1.1
27
28
- id: flake8
29
additional_dependencies: [ flake8-typing-imports==1.10.0 ]
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.8.0
+ rev: v1.14.1
32
33
- id: mypy
34
exclude: tests/
0 commit comments