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:
JamesParrott 2023-06-15 11:45:19 +01:00 committed by GitHub
parent 6d9cfeb099
commit fa07bcb356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
args: ['--max-line-length=88']
ci:
autoupdate_schedule: weekly