mirror of https://github.com/scrapy/scrapy.git
Add flake8-comprehensions and flake8-debugger rules to ruff.
This commit is contained in:
parent
c184f12ab5
commit
e53d6f09bc
|
|
@ -238,6 +238,10 @@ filterwarnings = []
|
|||
extend-select = [
|
||||
# flake8-bugbear
|
||||
"B",
|
||||
# flake8-comprehensions
|
||||
"C4",
|
||||
# flake8-debugger
|
||||
"T10",
|
||||
]
|
||||
ignore = [
|
||||
# Assigning to `os.environ` doesn't clear the environment.
|
||||
|
|
|
|||
Loading…
Reference in New Issue