Skip to content

Commit fe7e6e8

Browse files
committed
update pre-commit + add coverage dev dep
1 parent 326f71b commit fe7e6e8

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
@@ -37,6 +37,7 @@ tomli = "<3,>=2.0.1"
3737
pytest = "^7.1.1"
3838
pylint = "^2.13.5"
3939
handsdown = "^1.1.0"
40+
coverage = "^6.3.2"
4041

4142
[tool.black]
4243
line-length = 100

0 commit comments

Comments
 (0)