Skip to content
Snippets Groups Projects
Commit a063f1c2 authored by Tim Repke's avatar Tim Repke
Browse files

add flake and mypy config

parent 8159b2f6
No related branches found
No related tags found
No related merge requests found
Pipeline #703 failed
[flake8]
max-line-length = 122
select = C,E,F,W,B,B9
ignore = E203, E501, W503
ignore = E203, E501, W503, E126
exclude = __init__.py, venv/, config/
\ No newline at end of file
......@@ -20,4 +20,10 @@ warn_redundant_casts = true
warn_return_any = true
warn_unreachable = true
warn_unused_configs = true
no_implicit_reexport = true
\ No newline at end of file
no_implicit_reexport = true
[tool.pydantic-mypy]
init_forbid_extra = true
init_typed = true
warn_required_dynamic_aliases = true
warn_untyped_fields = true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment