Skip to content

Commit 688b2b5

Browse files
committed
update pre-commit + add coverage dev dep
1 parent 42def38 commit 688b2b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/FHPythonUtils/Blackt
3-
rev: '2022.0.2'
3+
rev: '2022.0.3'
44
hooks:
55
- id: blackt
66

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pandoc = ["catpandoc"]
4343
pytest = "^7.1.1"
4444
pylint = "^2.13.5"
4545
handsdown = "^1.1.0"
46+
coverage = "^6.3.2"
4647

4748
[tool.black]
4849
line-length = 100

0 commit comments

Comments
 (0)