Commit 9727dcda by Henry Schreiner Committed by GitHub

chore: future safe bugbear opinionated warnings (#4393)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
parent 663b86c2
...@@ -46,5 +46,5 @@ zip_safe = False ...@@ -46,5 +46,5 @@ zip_safe = False
max-line-length = 120 max-line-length = 120
show_source = True show_source = True
exclude = .git, __pycache__, build, dist, docs, tools, venv exclude = .git, __pycache__, build, dist, docs, tools, venv
extend-ignore = E203, E722, B903, B905, B950 extend-ignore = E203, E722
extend-select = B9 extend-select = B902, B904
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment