Skip to content

Commit

Permalink
Temporary fix pycodestyle error.
Browse files Browse the repository at this point in the history
The bug is being discussed at: PyCQA/pycodestyle#914
  • Loading branch information
kdeldycke committed Dec 7, 2020
1 parent 1c29e32 commit 53ee415
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ allow_dirty = True
# https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration
[pycodestyle]
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
ignore =
# E203: Temporary ignore while we wait for
# https://github.com/PyCQA/pycodestyle/pull/914 to be merged.
ignore = E203
show-source = True
statistics = True
# Aligns to black's config.
Expand Down

0 comments on commit 53ee415

Please sign in to comment.