You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add linting, typing, testing, code coverage dev packages, pytest and coverage options to pyproject.toml
Add new github pipelines, commit.yml and coverage.yml
Add .flake8, mypy.ini configuration files
Add unit tests / coverage reports to .gitignore
Add new code coverage badge to README.md, add PyPI badge logo
Change import statemenets (groups and order) with flake8-import-order plugin and import-order-style = google.flake8 option. Black reformatting with max-line-length = 88
Change single-sourcing package version (anac/core/__init__), using standard importlib.metadata library (it's possible from Python 3.8) instead of pkg_resources library