add lint dependencies

This commit is contained in:
2023-08-27 21:03:36 +01:00
parent c12ef8f146
commit a0c854d53f
2 changed files with 137 additions and 2 deletions

View File

@@ -18,6 +18,10 @@ license = {text = "MIT"}
build = [
"pyinstaller>=5.1",
]
lint = [
"black>=23.7.0",
"flake8>=6.1.0",
]
[tool.pdm.scripts]
build = {shell = "build.ps1"}