Files
tools/setup.cfg
2022-08-09 17:49:52 +02:00

16 lines
204 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