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 42def38 commit 688b2b5Copy full SHA for 688b2b5
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/FHPythonUtils/Blackt
3
- rev: '2022.0.2'
+ rev: '2022.0.3'
4
hooks:
5
- id: blackt
6
pyproject.toml
@@ -43,6 +43,7 @@ pandoc = ["catpandoc"]
43
pytest = "^7.1.1"
44
pylint = "^2.13.5"
45
handsdown = "^1.1.0"
46
+coverage = "^6.3.2"
47
48
[tool.black]
49
line-length = 100
0 commit comments