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 7db59b9 commit 501bdc2Copy full SHA for 501bdc2
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black-pre-commit-mirror
3
- rev: "24.4.0"
+ rev: "24.4.2"
4
hooks:
5
- id: black
6
language_version: python3.8
@@ -12,7 +12,7 @@ repos:
12
files: \.py$
13
14
- repo: https://github.com/pre-commit/mirrors-mypy
15
- rev: "v1.9.0"
+ rev: "v1.10.0"
16
17
- id: mypy
18
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
55
- id: blacken-docs
56
57
- repo: https://github.com/tox-dev/pyproject-fmt
58
- rev: "1.7.0"
+ rev: "1.8.0"
59
60
- id: pyproject-fmt
61
args: [--indent, "4"]
0 commit comments