Skip to content

Commit

Permalink
tests: ignore bugbear B028: No explicit stacklevel argument found
Browse files Browse the repository at this point in the history
Change-Id: I695d99aa70b06232fc3481f2ff68dee0c401b4ec
  • Loading branch information
xqt committed Dec 14, 2024
1 parent 72cccb4 commit 84cb8df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,13 @@ deps =

[flake8]
# The following are intentionally ignored, possibly pending consensus
# B007: Loop control variable not used within the loop body.
# B007: Loop control variable not used within the loop body
# B028: No explicit stacklevel argument found
# E704: multiple statements on one line (def)
# R100: raise in except handler without from
# W503: line break before binary operator; against current PEP 8 recommendation

ignore = B007,E704,R100,W503
ignore = B007,B028,E704,R100,W503
enable-extensions = N818

count = True
Expand Down

0 comments on commit 84cb8df

Please sign in to comment.