We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf0388 commit 67676c3Copy full SHA for 67676c3
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- --profile=black
28
29
- repo: https://github.com/tox-dev/pyproject-fmt
30
- rev: "0.8.0"
+ rev: "0.9.1"
31
hooks:
32
- id: pyproject-fmt
33
@@ -62,7 +62,7 @@ repos:
62
*flake8-plugins
63
64
- repo: https://github.com/pre-commit/mirrors-mypy
65
- rev: v1.0.0
+ rev: v1.0.1
66
67
- id: mypy
68
args:
pyproject.toml
@@ -8,7 +8,6 @@ addopts = [
8
"--showlocals",
9
]
10
11
-
12
[tool.coverage.report]
13
omit = [".env/*"]
14
sort = "Cover"
0 commit comments