Replace flake8, black, pylint with ruff

For now pylint checks are disabled.

Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
Povilas Kanapickas
2024-03-07 18:28:05 +02:00
parent e4e5b7d461
commit a5c354d60b
4 changed files with 24 additions and 43 deletions

View File

@ -39,15 +39,7 @@ setup(
"pyyaml",
"python-dotenv",
],
extras_require={
"devel": [
"flake8",
"black",
"pylint",
"pre-commit",
"coverage"
]
}
extras_require={"devel": ["ruff", "pre-commit", "coverage"]},
# test_suite='tests',
# tests_require=[
# 'coverage',