Skip to content

Commit

Permalink
Suppress flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Jun 23, 2024
1 parent dd4896e commit 74569d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ select = B,C,E,F,W,T4
extend-ignore = E501,B905
# when Python 3.10 is the minimum version, re-enable check B905 for zip + strict
extend-select = B9
per-file-ignores=
./tests/test_badgedir.py:B950
1 change: 0 additions & 1 deletion tests/test_badgedir.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
import json
from os import linesep as n
from pathlib import Path
from textwrap import dedent

Expand Down

0 comments on commit 74569d7

Please sign in to comment.