Contributions are welcome.
To do so, please follow the Git feature branch workflow.
Please setup flake8 linting as a pre-commit hook in your local repo.
The following minimal pre-commit-config.yaml is enough:
files: 'python/'
repos:
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
hooks:
- id: flake8
args: ['--max-line-length', '120']