Skip to content

Commit

Permalink
Clean up setup.cfg, remove .flake8 (#109)
Browse files Browse the repository at this point in the history
Summary:
Move flake8 config into setup.cfg, get rid of .flake8 to clean up things
Pull Request resolved: #109

Reviewed By: eytan

Differential Revision: D15114305

Pulled By: Balandat

fbshipit-source-id: 67eaa58e986573496b0bae2eec682709ff87ea79
  • Loading branch information
Balandat authored and facebook-github-bot committed Apr 28, 2019
1 parent b684721 commit fbce64f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .flake8

This file was deleted.

8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[flake8]
# E203: black and flake8 disagree on whitespace before ':'
# W503: black and flake8 disagree on how to place operators
ignore = E203, W503
max-line-length = 88
exclude =
build, dist, tutorials, website

[coverage:report]
omit =
test/*
Expand Down

0 comments on commit fbce64f

Please sign in to comment.