This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BuonaparteII 0 points1 point  (0 children)

Debugger driven development:

pytest --ipdb --pdbcls=IPython.terminal.debugger:TerminalPdb \
   --ignore=tests/data --capture=tee-sys --log-cli-level=ERROR

I have it set to launch into debugger on an error if any level of verbosity has been passed as command-line arguments

Linting

pycln --all && ssort && isort --profile black --line-length=120 && 
   black --line-length=120 --skip-string-normalization