You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
189B

  1. [flake8]
  2. max-line-length = 176
  3. select = E303,W293,W291,W292,E305,E231,E302
  4. exclude =
  5. .tox,
  6. __pycache__,
  7. *.pyc,
  8. .env
  9. venv/*
  10. .venv/*
  11. reports/*
  12. dist/*
  13. lib/*