Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit f75bb6d

Browse files
committed
update pre-commit + add coverage dev dep
1 parent ac0b46f commit f75bb6d

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
@@ -35,6 +35,7 @@ requirements-parser = "<2,>=0.5.0"
3535
pytest = "^7.1.1"
3636
pylint = "^2.13.5"
3737
handsdown = "^1.1.0"
38+
coverage = "^6.3.2"
3839

3940
[tool.pylint.basic]
4041
argument-naming-style = "camelCase"

0 commit comments

Comments
 (0)