Skip to content

Commit ad5aa80

Browse files
author
BoboTiG
committed
Add QUALITY document with used tools to check code quality
1 parent 28355f4 commit ad5aa80

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/QUALITY

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# PEP8
2+
pep8 mss.py
3+
pep8 --hang-closing mss.py
4+
5+
# Mispellings
6+
codespell mss.py
7+
codespell README.rst
8+
codespell doc/*

0 commit comments

Comments
 (0)