added dev tooling and linting
2 unresolved threads
2 unresolved threads
updated for flake8 and mypy commented out deregister for now
Merge request reports
Activity
assigned to @fabian.schindler
added 4 commits
-
0e96b9c9...de25558f - 3 commits from branch
main
- 0a6d96a3 - Merge branch 'main' into 'dev_stuff'
-
0e96b9c9...de25558f - 3 commits from branch
- setup.cfg 0 → 100644
1 [flake8] 2 max-line-length = 90 3 exclude = .venv, build, tests 4 ignore = W503,E203 5 6 [mypy] 7 exclude = (.venv|build|tests) 8 9 [mypy-jsonschema.*] changed this line in version 4 of the diff
- requirements-dev.txt 0 → 100644
added 1 commit
- adee85b4 - added dev information and reduced mypy imports
mentioned in commit f7f52f36
Please register or sign in to reply