painless-software / python-cli-test-helpers

Useful helpers for writing tests for your Python CLI program.
https://python-cli-test-helpers.readthedocs.io
GNU General Public License v3.0
28 stars 4 forks source link

Use common job names for linting and formatting (Ruff) #51

Closed bittner closed 7 months ago

bittner commented 7 months ago

For a better developer experience, we use the name "lint" along with "format" to perform basic quality assurance.

In addition, we drop Python 3.8 as the baseline Python version for our examples.