Skip to content

Initial alpha release

Pre-release
Pre-release
Compare
Choose a tag to compare
@cfedermann cfedermann released this 06 Aug 20:55
· 2 commits to master since this release

Runs black, mypy, pylint, reorder-python-imports and safety.

Validation strategy

  1. Run black -S -l $BLACK_LINE_MAXLEN version 21.7b0
  2. Run mypy version 0.900
  3. Run pylint version 2.9.6, failing if score < $PYLINT_THRESHOLD
  4. Run reorder-python-imports version 2.6.0
    5.Run safety version 1.10.3

Default settings

  • BLACK_LINE_MAXLEN = 100
  • PYLINT_THRESHOLD = 9