Skip to content

Commit 00b2fd5

Browse files
committed
chore: add require modules for dev env
1 parent c983b4e commit 00b2fd5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

requirements-dev.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# lint
2+
pylint
3+
yapf
4+
mypy
5+
6+
# test
7+
pytest
8+
pytest-cov

0 commit comments

Comments
 (0)