Skip to content

Commit

Permalink
Update lint ignore (#2460)
Browse files Browse the repository at this point in the history
add E501 for long comments
  • Loading branch information
tolkamps1 authored Nov 28, 2024
1 parent b970c23 commit a251297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epictrack-api/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ universal = 1
test = pytest

[flake8]
ignore = I001, I003, I004, E126, W504
ignore = I001, I003, I004, E126, W504, E501
exclude = .git,*migrations*
max-line-length = 120
docstring-min-length=10
Expand Down

0 comments on commit a251297

Please sign in to comment.