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 8c78611 commit 296ebf5Copy full SHA for 296ebf5
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- --py38-plus
10
- --keep-runtime-typing
11
12
- - repo: https://github.com/ambv/black
+ - repo: https://github.com/psf/black
13
rev: 25.1.0
14
hooks:
15
- id: black
@@ -27,7 +27,7 @@ repos:
27
# - id: validate-pyproject
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.16.0
+ rev: v1.17.0
31
32
- id: mypy
33
verbose: true
@@ -36,7 +36,7 @@ repos:
36
#args: [ --strict ]
37
38
- repo: https://github.com/pycqa/flake8
39
- rev: 7.2.0 # pick a git hash / tag to point to
+ rev: 7.3.0 # pick a git hash / tag to point to
40
41
- id: flake8 # stop the build if there are Python syntax errors or undefined names
42
additional_dependencies: [ flake8-docstrings ]
0 commit comments