-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Constrain tox to <4.0.0 and minor fixes (#677)
* Constrain to tox<4.0.0 until #673 is addressed * Use recommended pypa/publish version syntax * Ignore B905 warning * Remove rogue mocking of py._path * Forgot to install pre-commit hooks :)
- Loading branch information
1 parent
828bc82
commit da36519
Showing
5 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[flake8] | ||
extend-ignore = E501, W503, E203, B950 | ||
extend-ignore = E501, W503, E203, B950, B905 | ||
extend-select = B9 | ||
import-order-style = google | ||
application-import-names = nox,tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
argcomplete >=1.9.4,<3.0 | ||
colorlog >=2.6.1,<7.0.0 | ||
jinja2 | ||
py >=1.4.0,<2.0.0 | ||
pytest | ||
tox | ||
tox<4.0.0 | ||
virtualenv >=14.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters