mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
run autopep8 in verbose mode
This commit is contained in:
@@ -64,7 +64,7 @@ dev = [
|
||||
[tool.pdm.scripts]
|
||||
app = "python -m kleinanzeigen_bot"
|
||||
compile = "python -O -m PyInstaller pyinstaller.spec --clean"
|
||||
format = "autopep8 --recursive --in-place kleinanzeigen_bot tests"
|
||||
format = "autopep8 --recursive --in-place kleinanzeigen_bot tests --verbose"
|
||||
lint = {shell = "pylint -v kleinanzeigen_bot tests && autopep8 -v --exit-code --recursive --diff kleinanzeigen_bot tests && echo No issues found."}
|
||||
scan = "bandit -c pyproject.toml -r kleinanzeigen_bot"
|
||||
test = "python -m pytest --capture=tee-sys -v"
|
||||
|
||||
Reference in New Issue
Block a user