EOX GitLab Instance

Skip to content
Snippets Groups Projects

added dev tooling and linting

Merged Nikola Jankovic requested to merge dev_stuff into main
2 unresolved threads

updated for flake8 and mypy commented out deregister for now

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.*]
  • 1 black==21.10b0
    2 flake8==4.0.1
    3 mypy==0.910
    4
    5 types-redis
    6 types-PyYAML
  • added 1 commit

    • adee85b4 - added dev information and reduced mypy imports

    Compare with previous version

  • Fabian Schindler-Strauss approved this merge request

    approved this merge request

  • mentioned in commit f7f52f36

  • Please register or sign in to reply
    Loading