Remove ruff-increased-checking.toml as all checker are now on!
This commit is contained in:
parent
6b1e40f689
commit
3227c0cddf
4 changed files with 1 additions and 58 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue