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 ruff for fast linting #39

Closed bittner closed 1 year ago

bittner commented 1 year ago

Replaces the use of several linters (Flake8, isort, Pylint, Bandit) by a single tool.