Skip to content

Commit

Permalink
fix: failing qa because latest version to flake8-bugbear
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Nov 29, 2021
1 parent 0df17a6 commit c61b54f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ per-file-ignores =
xonsh/winutils.py:E305,
# B001-bare-except
xonsh/xoreutils/*.py:E722 E305,B001
# docstring is considered as invalid statement by bugbear
# Found useless expression. Either assign it to a variable or remove it.
# this can be removed once issue - https://github.com/PyCQA/flake8-bugbear/issues/208 is solved
xonsh/parsers/completion_context.py: B018

# pydocstyle plugin
docstring-convention=numpy
Expand Down

0 comments on commit c61b54f

Please sign in to comment.