This website requires JavaScript.
Explore
Help
Register
Sign In
cookiecutter
/
cookiecutter-django
Watch
1
Star
1
Fork
0
You've already forked cookiecutter-django
mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced
2024-11-10 19:57:09 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5a61a0c828
cookiecutter-django
/
.flake8
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix inconsistent line length and move configs to pyproject.toml (#4276) * Fix inconsistent line length and move config to pyproject.toml Fix #2720 * Fix running tox with AUTOFIXABLE_STYLES * Adjust some styles * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Adjust more styles * Split isort and flake8 tests --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-15 17:43:04 +03:00
[flake8]
exclude = docs
max-line-length = 119
add compatibility options for black and flake8 (#4541) * add compatibility options for black and flake8 * remove flake8 args option --------- Co-authored-by: 성민우 <minwoo@seongmin-uui-MacBookPro.local>
2023-08-28 13:09:15 +03:00
extend-ignore = E203
Reference in New Issue
Copy Permalink