This project uses poetry as a package management tool, make sure you have it installed and added to path. Once that's done run:
poetry install
MacOS
brew install tox
Linux
apt-get install tox
tox
tox -e py310
- remember to add appropriate title, ticket, description
- adding code snippet is very beneficial but it's not mandatory
- additionally please remember to add appropriate Pull Request title from following:
short description
- for normal feature branches
- remember one pull request should always address one issue or feature
simpleregex/
├──code
docs/
├──documentation
-
Linting rules are defined in
.pre-commit-config.yaml
and enforced by pre-commit hook. Make sure you have it installed before commiting.pre-commit install
-
Name branch according to your ticket following this pattern: (feature/bugfix)/BN-XXX-short_description