You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flake8]max-line-length = 120
exclude = .tox,.git,*/migrations/*,docs
[isort]# This is the config for the isort import sorting tool.# https://github.com/timothycrosley/isort/# isort also informs flake8 linting via the flake8-isort library.skip_glob = **/migrations/*.py
What do you think about using poetry in the project?
Also, what do you think about using a pre-commit to enforce a coding style such as Black?
The text was updated successfully, but these errors were encountered: