Skip to content

Commit

Permalink
apply black rules
Browse files Browse the repository at this point in the history
  • Loading branch information
uraniumanchor committed Nov 5, 2019
1 parent 38f32f1 commit 9d64053
Show file tree
Hide file tree
Showing 76 changed files with 6,672 additions and 2,563 deletions.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ max-line-length = 120
# B950 replaces E501 for line length.
# W503 is superceded by W504 (multline operator positioning)
# E203 conflicts with black (spaces between colons in slice notation)
# E231 conflicts with black (spaces after commas in some situations)
select = C,E,F,W,B,B950
ignore = W503,E203,E501,
ignore = W503,E203,E501,E231
Loading

0 comments on commit 9d64053

Please sign in to comment.