16 lines
206 B
INI
16 lines
206 B
INI
[pycodestyle]
|
|
max_line_length = 100
|
|
|
|
[flake8]
|
|
max_line_length = 100
|
|
|
|
[yapf]
|
|
based_on_style = "pep8"
|
|
column_limit = 100
|
|
|
|
[pylint]
|
|
max-line-length = 100
|
|
|
|
[tool.mypy-scrapy.*]
|
|
ignore_missing_imports = True
|