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 501bdc2 commit 283a846Copy full SHA for 283a846
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
files: \.py$
13
14
- repo: https://github.com/pre-commit/mirrors-mypy
15
- rev: "v1.10.0"
+ rev: "v1.10.1"
16
hooks:
17
- id: mypy
18
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
39
- id: trailing-whitespace
40
41
- repo: https://github.com/PyCQA/flake8
42
- rev: "7.0.0"
+ rev: "7.1.0"
43
44
- id: flake8
45
@@ -50,12 +50,12 @@ repos:
50
files: src/.*\.py$
51
52
- repo: https://github.com/asottile/blacken-docs
53
- rev: "1.16.0"
+ rev: "1.18.0"
54
55
- id: blacken-docs
56
57
- repo: https://github.com/tox-dev/pyproject-fmt
58
- rev: "1.8.0"
+ rev: "2.1.3"
59
60
- id: pyproject-fmt
61
args: [--indent, "4"]
0 commit comments