Skip to content

v0.5.0 - Pre-Commit, Dockerfile Adjustment

Latest
Compare
Choose a tag to compare
@leosussan leosussan released this 13 May 00:23
· 5 commits to master since this release
c19017a

feature: pre-commit

rationale: consistent linting (flake8), import & formatting standards (isort, black), enforced on every commit.

fix: use --no-root option in Dockerfile

rationale: from-cache building facilitated by adding --no-root to build step.

update: dependencies

list of added dependencies

  • isort - import sorting
  • pre-commit - application of commit hooks