A sample repository with some of my preferred settings baked in, for convenience.
Two launch configurations, current file and main.py
.
The editor formats automatically on save (using black
).
Pytest enabled and searching the folder "tests"
linting enabled using pylint.
configured to target the tests folder and scripts inside it
pytest.ini
exists with some basic config.
It's also got a sample "ignore" thing targetting the imaginary folder lib
in the .pylintrc
file, at the top is the list of things to ignore.
Executive Summary