1
0
mirror of https://github.com/michaelharms/comcrawl.git synced 2021-09-27 00:43:48 +03:00
Files
comcrawl-common-crawl/setup.cfg
2020-01-10 09:12:44 +01:00

9 lines
125 B
INI

[pycodestyle]
max-line-length = 120
[pydocstyle]
convention = google
add-ignore = D205
[mypy]
ignore_missing_imports = True