Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Ignore a flake warning about the warning function.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmatters committed Nov 17, 2023
1 parent 458acee commit fbba3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = E203, E266, E501, E731, W503, C901, B008, B905
ignore = E203, E266, E501, E731, W503, C901, B008, B905, B028
# 80 to use as a soft test
max-line-length = 80
max-complexity = 18
Expand Down

0 comments on commit fbba3c1

Please sign in to comment.