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 46fec3f commit 3396f7bCopy full SHA for 3396f7b
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
- id: pyupgrade
30
args: [--py38-plus]
31
- repo: https://github.com/psf/black
32
- rev: 23.10.1
+ rev: 23.11.0
33
hooks:
34
- id: black
35
args: [--safe, --quiet]
@@ -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.6.1
+ rev: v1.7.0
51
52
- id: mypy
53
files: ^(src/|testing/)
0 commit comments