aim/setup.cfg

19 lines
318 B
INI

[pycodestyle]
exclude=lib, ./aim/artifacts/proto, ./examples
max-line-length = 80
[flake8]
max-line-length = 120
ignore = E712, F405
exclude =
**/node_modules/
**/migrations/
**/legacy/
**/_legacy_repo/
aim/web/ui
**/*pb2.py
**/*pb2_grpc.py
per-file-ignores =
__init__.py: F401, F403