Rename the script to cmm and fix installation

This commit is contained in:
Oleksandr Kozachuk
2023-04-07 15:42:24 +02:00
parent a9dbf87a76
commit 0470109434
5 changed files with 65 additions and 67 deletions
+6
View File
@@ -0,0 +1,6 @@
[flake8]
exclude = .git,__pycache__,.venv
per-file-ignores = __init__.py:F401
max-line-length = 140
max-complexity = 10
select = B,C,E,F,W,T4,B9