We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7648af4 commit 3d2df47Copy full SHA for 3d2df47
.pre-commit-config.yaml
@@ -2,13 +2,13 @@ ci:
2
autoupdate_schedule: "monthly"
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 24.4.2 # Replace by any tag/version: https://github.com/psf/black/tags
+ rev: 24.10.0 # Replace by any tag/version: https://github.com/psf/black/tags
6
hooks:
7
- id: black
8
language_version: python3 # Should be a command that runs python3.6+
9
10
- repo: https://github.com/pre-commit/mirrors-mypy
11
- rev: v1.10.1
+ rev: v1.13.0
12
13
- id: mypy
14
exclude: ^docs/conf.py
@@ -19,7 +19,7 @@ repos:
19
- id: yaq-traits-check
20
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.6.0
+ rev: v5.0.0
23
24
- id: trailing-whitespace
25
- id: no-commit-to-branch
0 commit comments