Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 7, 2018
2 parents 6927aa1 + 9f06de2 commit 15f0e80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[flake8]
ignore = W191,W503
ignore =
# Allow tabs for indentation
W191
# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
W503
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools_scm>=1.15"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
extras_require={
'testing': [
# upstream
'pytest>=2.8',
'pytest>=3.5',
'pytest-sugar>=0.9.1',
'collective.checkdocs',
'pytest-flake8',
Expand Down

0 comments on commit 15f0e80

Please sign in to comment.