We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5175418 + bf2ce85 commit 9401768Copy full SHA for 9401768
1 file changed
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
args: ['--application-directories=.:src']
17
name: reorder python imports
18
- repo: https://github.com/psf/black
19
- rev: 24.4.2
+ rev: 24.8.0
20
hooks:
21
- id: black
22
args: [--safe, --quiet]
@@ -34,7 +34,7 @@ repos:
34
language: python
35
additional_dependencies: [pygments, restructuredtext_lint]
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
- rev: v1.11.0
+ rev: v1.11.1
38
39
- id: mypy
40
files: src/
0 commit comments