Skip to content

Commit

Permalink
Increases flake8 max-line-length from 80 to 120.
Browse files Browse the repository at this point in the history
  • Loading branch information
56kyle committed Jun 3, 2024
1 parent 0cb3dd9 commit 86ecc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
select = B,B9,C,D,DAR,E,F,N,RST,W
ignore = E203,E501,RST201,RST203,RST301,W503
max-line-length = 80
max-line-length = 120
max-complexity = 10
docstring-convention = google
per-file-ignores = tests/*:S101,D100,D101,D102,D103,D104 exceptions.py:D107
Expand Down

0 comments on commit 86ecc62

Please sign in to comment.