Remove ruff-increased-checking.toml as all checker are now on!

This commit is contained in:
Julian Stirling 2025-09-18 15:59:14 +01:00
parent 6b1e40f689
commit 3227c0cddf
4 changed files with 1 additions and 58 deletions

View file

@ -100,10 +100,6 @@ testpaths = ["tests"]
line-ending = "native"
[tool.ruff.lint]
# Slowly add linting rules from ruff-increased-checking.toml commented
# out rules can be checked by running
# ruff --config ruff-increased-checking.toml check
select = [
"E", # pycodestyle errors
"W", #pycodestyle warnings