Files
2021-03-29 01:13:44 +03:00

5 lines
99 B
INI

[pycodestyle]
max-line-length = 120
ignore = E501,E722
exclude = '*/migrations/*', venv/*, .venv/*