Commit Graph

539 Commits

Author SHA1 Message Date
pyup-bot
9c256740c6 Update attrs from 17.3.0 to 17.4.0 2018-01-01 16:34:12 +01:00
pyup-bot
26bbd10952 Update attrs from 17.3.0 to 17.4.0 2018-01-01 16:34:10 +01:00
pyup-bot
501cabc6a0 Update pytest-rerunfailures from 3.1 to 4.0 2017-12-25 16:26:14 +01:00
pyup-bot
0d61c75ce4 Update hypothesis from 3.44.1 to 3.44.4 2017-12-25 16:26:13 +01:00
pyup-bot
c5c3684581 Update setuptools from 38.2.4 to 38.2.5 2017-12-25 16:26:11 +01:00
pyup-bot
23e3a5ef7d Update hypothesis from 3.42.1 to 3.44.1 2017-12-18 16:23:16 +01:00
pyup-bot
7d3645adc2 Update flake8-bugbear from 17.4.0 to 17.12.0 2017-12-18 16:23:15 +01:00
Thomas Broadley
3775bf929f Fix typos 2017-12-16 11:24:14 -05:00
Florian Bruhin
03a339b93a Update pylint 2017-12-15 13:42:54 +01:00
pyup-bot
d114deac70 Update werkzeug from 0.12.2 to 0.13 2017-12-11 16:23:21 +01:00
pyup-bot
d57a81a3d3 Update pytest from 3.3.0 to 3.3.1 2017-12-11 16:23:19 +01:00
pyup-bot
22fe42d38e Update hypothesis from 3.40.1 to 3.42.1 2017-12-11 16:23:18 +01:00
pyup-bot
5d8e3a969f Update cheroot from 5.10.0 to 6.0.0 2017-12-11 16:23:16 +01:00
pyup-bot
713a2ef2c1 Update pylint from 1.7.4 to 1.7.5 2017-12-11 16:23:15 +01:00
pyup-bot
519dc6a7c9 Update setuptools from 38.2.3 to 38.2.4 2017-12-11 16:23:13 +01:00
pyup-bot
dd7a082265 Update codecov from 2.0.9 to 2.0.10 2017-12-11 16:23:12 +01:00
Florian Bruhin
3a04de62ae Recompile requirements 2017-12-04 19:01:21 +01:00
Florian Bruhin
6973a703c5 Add pluggy to requirements 2017-12-04 16:56:39 +01:00
Florian Bruhin
2cdc32ca58 Remove pytest-catchlog 2017-12-04 16:55:57 +01:00
pyup-bot
956c257d19 Update pytest-travis-fold from 1.2.0 to 1.3.0 2017-12-04 16:09:25 +01:00
pyup-bot
71095da975 Update pytest from 3.2.5 to 3.3.0 2017-12-04 16:09:23 +01:00
pyup-bot
a0caa2b7b1 Update hypothesis from 3.38.5 to 3.40.1 2017-12-04 16:09:22 +01:00
pyup-bot
f7ccb8061b Update pyroma from 2.2 to 2.3 2017-12-04 16:09:20 +01:00
pyup-bot
96b6f7c443 Update macholib from 1.8 to 1.9 2017-12-04 16:09:19 +01:00
pyup-bot
a3612a624a Update altgraph from 0.14 to 0.15 2017-12-04 16:09:17 +01:00
pyup-bot
905748f2d0 Update setuptools from 38.2.1 to 38.2.3 2017-12-04 16:09:16 +01:00
pyup-bot
a3f57b9a9b Update flake8-builtins from 1.0 to 1.0.post0 2017-12-04 16:09:14 +01:00
pyup-bot
9a8bac18ae Update pluggy from 0.5.2 to 0.6.0 2017-11-27 16:02:24 +01:00
pyup-bot
b820b9d530 Update pytest-qt from 2.2.1 to 2.3.0 2017-11-27 16:02:22 +01:00
pyup-bot
5f30016901 Update hypothesis from 3.38.0 to 3.38.5 2017-11-27 16:02:21 +01:00
pyup-bot
54db781b97 Update hunter from 2.0.1 to 2.0.2 2017-11-27 16:02:20 +01:00
pyup-bot
5df2025745 Update cheroot from 5.9.1 to 5.10.0 2017-11-27 16:02:18 +01:00
pyup-bot
6c47b5d2d7 Update setuptools from 36.8.0 to 38.2.1 2017-11-27 16:02:17 +01:00
pyup-bot
a4b96c3443 Update check-manifest from 0.35 to 0.36 2017-11-27 16:02:15 +01:00
Florian Bruhin
75a8938e83 Add flake8-bugbear 2017-11-26 21:50:12 +01:00
Florian Bruhin
248a12a8b9 Add flake8-comprehensions 2017-11-26 21:42:50 +01:00
Florian Bruhin
1981239478 Add flake8-builtins 2017-11-26 21:22:33 +01:00
Florian Bruhin
5490f70b25 Remove flake8-pep3101
It seems to trigger when using modulo on ints as well, which is kind of
annoying.

See #3320
2017-11-26 20:30:42 +01:00
Florian Bruhin
b5dd647678 Upgrade pydocstyle/flake8-docstrings
See #3320
2017-11-26 20:30:32 +01:00
Florian Bruhin
7520a365eb Update comments 2017-11-26 19:43:49 +01:00
Ryan Farley
5ed8019115 update flake8 and flake8-deprecated
Updated requirements and adjusted the configuration in `.flake8`; other
files have been modified where the lack of per-file auto-ignore caused
problems, where putty's `# flake8: disable=` syntax could be replaced
with a simpler `noqa`, or where pylint directives already suppressed the
same error.
2017-11-26 00:16:14 -06:00
Florian Bruhin
15c7ede916 Update to PyQt 5.9.2 2017-11-24 14:24:15 +01:00
pyup-bot
feb02769ad Update pytest from 3.2.3 to 3.2.5 2017-11-20 16:02:20 +01:00
pyup-bot
8dcd5708e3 Update py from 1.4.34 to 1.5.2 2017-11-20 16:02:19 +01:00
pyup-bot
934fb5f7d5 Update py from 1.4.34 to 1.5.2 2017-11-20 16:02:17 +01:00
pyup-bot
b3d757d034 Update hypothesis from 3.37.0 to 3.38.0 2017-11-20 16:02:16 +01:00
pyup-bot
8f0332bcf6 Update cheroot from 5.8.3 to 5.9.1 2017-11-20 16:02:14 +01:00
pyup-bot
1cc6e7190e Update setuptools from 36.7.1 to 36.8.0 2017-11-20 16:02:13 +01:00
pyup-bot
a3f9991ce2 Update hypothesis from 3.36.0 to 3.37.0 2017-11-13 15:59:16 +01:00
pyup-bot
327613d02a Update attrs from 17.2.0 to 17.3.0 2017-11-13 15:59:13 +01:00