add poetry files

This commit is contained in:
Aarni Halinen
2021-03-29 01:08:12 +03:00
parent 06fcfcf3a1
commit 01c5a0ed53
7 changed files with 1311 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"lint": "run-p lint:js lint:md lint:py",
"lint:js": "eslint .",
"lint:md": "remark .",
"lint:py": "pycodestyle --config=setup.cfg --count .",
"lint:py": "pycodestyle --config=pycodestyle.cfg --count .",
"lint:py-type": "pyright",
"prepare": "husky install"
},