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 0330613 commit 475b17bCopy full SHA for 475b17b
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3.10
3
repos:
4
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-yaml
8
args:
@@ -50,7 +50,7 @@ repos:
50
- '--python-version'
51
- '39'
52
- repo: 'https://github.com/psf/black'
53
- rev: 24.8.0
+ rev: 24.10.0
54
55
- id: black
56
@@ -78,7 +78,7 @@ repos:
78
stages:
79
- manual
80
- repo: 'https://github.com/pre-commit/mirrors-mypy'
81
- rev: v1.11.1
+ rev: v1.13.0
82
83
- id: mypy
84
0 commit comments