Skip to content
Snippets Groups Projects
Verified Commit a49634b7 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Linting

parent 0ed3acba
Branches
Tags
2 merge requests!143Release 0.15.0,!135Add and fix more type hints
Pipeline #50601 passed with warnings
...@@ -7,5 +7,5 @@ ignore=E501,E121,E123,E126,E226,E24,E704,W503,W504 ...@@ -7,5 +7,5 @@ ignore=E501,E121,E123,E126,E226,E24,E704,W503,W504
[mypy] [mypy]
ignore_missing_imports = True ignore_missing_imports = True
[mypy-linkahead.*] # [mypy-linkahead.*]
check_untyped_defs = True # check_untyped_defs = True
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment