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 8b2c0cb commit 71939a7Copy full SHA for 71939a7
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
additional_dependencies: [black==23.1.0]
32
language_version: python3
33
- repo: https://github.com/PyCQA/flake8
34
- rev: 7.2.0
+ rev: 7.3.0
35
hooks:
36
- id: flake8
37
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -47,7 +47,7 @@ repos:
47
language: python
48
additional_dependencies: [pygments, restructuredtext_lint]
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: 'v1.16.0'
+ rev: 'v1.16.1'
51
52
- id: mypy
53
additional_dependencies: [pytest]
0 commit comments