mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
Update .pre-commit-config.yaml
Make Flake8 accept Black's reformatting, avoiding a doom loop when Black occasionally lengthens a line you just shortened, above Flake8 (PEP 8?) limit. https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
This commit is contained in:
parent
6d9cfeb099
commit
fa07bcb356
|
@ -43,6 +43,7 @@ repos:
|
|||
rev: 6.0.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
args: ['--max-line-length=88']
|
||||
|
||||
ci:
|
||||
autoupdate_schedule: weekly
|
||||
|
|
Loading…
Reference in New Issue
Block a user