mirror of
https://github.com/michaelharms/comcrawl.git
synced 2021-09-27 00:43:48 +03:00
9 lines
125 B
INI
9 lines
125 B
INI
[pycodestyle]
|
|
max-line-length = 120
|
|
|
|
[pydocstyle]
|
|
convention = google
|
|
add-ignore = D205
|
|
|
|
[mypy]
|
|
ignore_missing_imports = True |