Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ exclude = mypy/codec/*
# W503: line break before binary operator
# E704: multiple statements on one line (def)
# E402: module level import not at top of file
ignore = E251,E128,F401,W601,E701,W503,E704,E402
# B???: flake8-bugbear errors
ignore = E251,E128,F401,W601,E701,W503,E704,E402,B

[coverage:run]
branch = true
Expand Down