We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5180eab commit 8afabebCopy full SHA for 8afabeb
1 file changed
.pre-commit-config.yaml
@@ -28,14 +28,14 @@ repos:
28
29
# Autoformat: Python code
30
- repo: https://github.com/psf/black
31
- rev: 25.1.0
+ rev: 25.9.0
32
hooks:
33
- id: black
34
args: [--target-version=py39]
35
36
# Check python code static typing
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.17.1
+ rev: v1.18.2
39
40
- id: mypy
41
args: [--config, ./mypy.ini]
0 commit comments