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 7648af4 commit 11e42a4Copy full SHA for 11e42a4
.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.8.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.11.1
12
13
- id: mypy
14
exclude: ^docs/conf.py
0 commit comments