We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5ed91 commit a3a93a6Copy full SHA for a3a93a6
.pre-commit-config.yaml
@@ -42,12 +42,12 @@ repos:
42
hooks:
43
- id: isort
44
- repo: https://github.com/psf/black.git
45
- rev: 24.1.1
+ rev: 24.4.2
46
47
- id: black
48
language_version: python3
49
- repo: https://github.com/pre-commit/pre-commit-hooks.git
50
- rev: v4.5.0
+ rev: v4.6.0
51
52
- id: end-of-file-fixer
53
- id: trailing-whitespace
@@ -69,11 +69,11 @@ repos:
69
- flake8-pytest-style>=1.5.0
70
71
- repo: https://github.com/pycqa/pylint
72
- rev: v3.0.3
+ rev: v3.2.2
73
74
- id: pylint
75
- repo: https://github.com/pre-commit/mirrors-mypy
76
- rev: v1.8.0
+ rev: v1.10.0
77
78
- id: mypy
79
# empty args needed in order to match mypy cli behavior
0 commit comments