refact: use ruff instead of autopep8,bandit,pylint for linting

This commit is contained in:
sebthom
2025-04-28 12:51:51 +02:00
parent f0b84ab335
commit 376ec76226
27 changed files with 437 additions and 605 deletions

1
.gitignore vendored
View File

@@ -21,6 +21,7 @@ __pycache__
/.mypy_cache
/.pdm-build/
/.pdm-python
/.ruff_cache
# test coverage
/.coverage