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 4ad5941 commit 1214a91Copy full SHA for 1214a91
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/mirrors-mypy
3
- rev: v1.11.2
+ rev: v1.13.0
4
hooks:
5
- id: mypy
6
args: [--strict]
@@ -11,7 +11,7 @@ repos:
11
12
- id: isort
13
- repo: https://github.com/psf/black
14
- rev: 24.8.0
+ rev: 24.10.0
15
16
- id: black
17
- repo: https://github.com/pycqa/flake8
@@ -20,7 +20,7 @@ repos:
20
- id: flake8
21
name: flake8
22
- repo: https://github.com/pre-commit/pre-commit-hooks
23
- rev: v4.6.0
+ rev: v5.0.0
24
25
- id: check-yaml
26
- repo: https://github.com/pre-commit/mirrors-prettier
0 commit comments