Remove linters from requirements-tests.txt (#12725)

This commit is contained in:
Alex Waygood
2024-10-05 14:37:27 +01:00
committed by GitHub
parent 77510ae6a4
commit ad96829bfa
4 changed files with 13 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ extension_descriptions = {".pyi": "stub", ".py": ".py"}
# These type checkers and linters must have exact versions in the requirements file to ensure
# consistent CI runs.
linters = {"black", "flake8", "flake8-noqa", "flake8-pyi", "mypy", "pyright", "pytype", "ruff"}
linters = {"mypy", "pyright", "pytype", "ruff"}
def assert_consistent_filetypes(