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 2239d89 commit 99945d2Copy full SHA for 99945d2
1 file changed
.pre-commit-config.yaml
@@ -15,11 +15,11 @@ repos:
15
- id: name-tests-test
16
- id: requirements-txt-fixer
17
- repo: https://github.com/psf/black-pre-commit-mirror
18
- rev: 26.3.1
+ rev: 26.5.0
19
hooks:
20
- id: black
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v2.0.0
+ rev: v2.1.0
23
24
- id: mypy
25
- repo: https://github.com/codespell-project/codespell
0 commit comments