Skip to content

Commit

Permalink
Prepare flake8 for black
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Sep 23, 2020
1 parent faee60b commit a00f85d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ default_section = THIRDPARTY
include_trailing_comma = true

[flake8]
max-line-length = 88
exclude =
./build,
.nox,
Expand All @@ -28,6 +29,8 @@ ignore =
G200, G202,
# pycodestyle checks ignored in the default configuration
E121, E123, E126, E133, E226, E241, E242, E704, W503, W504, W505,
# black adds spaces around ':'
E203,
per-file-ignores =
# G: The plugin logging-format treats every .log and .error as logging.
noxfile.py: G
Expand Down

1 comment on commit a00f85d

@McSinyx
Copy link
Contributor

@McSinyx McSinyx commented on a00f85d Oct 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must have slipped this )-: This is just enough to bug me 😞

2020-10-02T09:12:25

Please sign in to comment.