d841969e09
* chore: add .pre-commit-config.yaml file with pre-commit hooks configuration * chore: add mxroute_relay/__init__.py file * chore: add pyproject.toml file with project metadata and dependencies configuration
3 lines
74 B
INI
3 lines
74 B
INI
[flake8]
|
|
max-line-length = 160
|
|
exclude = docs/*, .git, __pycache__, build
|