Skip to content

Commit

Permalink
DX: Specify flake8 format for easier double-click-copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoffthehamster committed Apr 7, 2020
1 parent 654a231 commit d8599e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ exclude =
.pytest_cache/
__pycache__
max-line-length = 89
# Add a space after the path to make the output path easier to double-click-copy.
format=%%(path)s %%(row)d:%%(col)d: %%(code)s %%(text)s
# See list of error codes (we can list here to ignore):
#
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
Expand Down

0 comments on commit d8599e7

Please sign in to comment.