mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
flake8-print is a flake8 plugin that checks for `print()` statements in Python files. This should save us having to manually spot these when reviewing pull requests. The `--enable=T` flag needs to be set until this bug is fixed: https://github.com/JBKahn/flake8-print/issues/27
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
-r requirements.txt
|
|
pytest==3.3.1
|
|
pytest-mock==1.6.3
|
|
pytest-cov==2.5.1
|
|
pytest-xdist==1.21.0
|
|
coveralls==1.2.0
|
|
httpretty==0.8.14
|
|
beautifulsoup4==4.6.0
|
|
freezegun==0.3.9
|
|
flake8==3.5.0
|
|
flake8-print==3.0.1
|