career_conversation / setup.cfg
Carbaz's picture
Refactor application structure: implement main entrypoint, initialize environment, and set up logging; add tools for user interaction and data handling
b594867
raw
history blame contribute delete
464 Bytes
[isort]
line_length = 89
multi_line_output = 9
lines_after_imports = 2
known_first_party = src
[mypy]
implicit_optional = True
ignore_missing_imports = True
explicit_package_bases = True
disable_error_code = import-untyped
[pycodestyle]
max-line-length = 89
ignore = E133, W503
[pydocstyle]
ignore = D203, D204, D208, D213
[pylint.MESSAGES CONTROL]
disable = W1203, W0718
# disable = logging-fstring-interpolation, broad-exception-caught