Commit Graph

32 Commits

Author SHA1 Message Date
Anthony Sottile 50a9fefe01 py38-plus
Committed via https://github.com/asottile/all-repos
2023-07-01 15:41:17 -04:00
Anthony Sottile 8f6152921e drop python3.6 support
python 3.6 reached end of life on 2021-12-23

Committed via https://github.com/asottile/all-repos
2022-01-15 19:24:05 -05:00
Anthony Sottile ef9755e0a1 remove --fail-under from tox (covdefaults handles this)
Committed via https://github.com/asottile/all-repos
2022-01-08 14:14:39 -05:00
Anthony Sottile 1da4a7f296 slightly speed up tests by avoiding pre-commit install
Committed via https://github.com/asottile/all-repos
2020-05-26 21:53:22 -07:00
Anthony Sottile f5c42a050b pre-commit-hooks: python3.6+ 2020-02-05 11:22:18 -08:00
Anthony Sottile 9eb0d699ec speed up azure jobs
Committed via https://github.com/asottile/all-repos
2019-04-28 16:26:55 -07:00
Anthony Sottile c898df99ed Trim passenv (tox>=2.8)
Committed via https://github.com/asottile/all-repos
2019-04-21 16:12:19 -07:00
Anthony Sottile 8bb94f0bd4 azure pipelines [skip travis] [skip appveyor] 2019-03-10 16:56:44 -07:00
Anthony Sottile 4575652bd2 Use default flake8 config 2019-02-11 19:56:15 -08:00
Anthony Sottile 030bfac7e4 Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
Anthony Sottile c9f7b813e3 Add W504 to ignored autopep8 rules
Committed via https://github.com/asottile/all-repos
2019-01-29 22:09:54 -08:00
Anthony Sottile c9899ab7d1 Don't test python3.5 now that we test python3.7 2018-07-08 08:20:50 -07:00
Daniele Esposti a49c356f63 Added Python 3.7 support 2018-07-05 23:24:35 +01:00
Anthony Sottile d12ed2f637 E309 is no longer rewritten by autopep8
Committed via https://github.com/asottile/all-repos
2018-06-01 13:39:48 -07:00
Anthony Sottile e8a9a519d2 Remove (unused) Makefile
Committed via https://github.com/asottile/all-repos
2018-05-23 17:45:46 -07:00
Anthony Sottile 8ad9e7c94c Report full version in check-ast 2017-07-05 12:38:21 -07:00
Anthony Sottile 0f1be0c521 Align tox.ini with .travis.yml 2017-07-02 20:59:11 -07:00
alzeih 0637a50cc2 Fix test error "fatal: empty ident name (for <(null)>) not allowed"
This occurs when there is no global setting for git config options user.name and user.email

An example of the error shown below:

E           pre_commit.util.CalledProcessError: Command: ('/usr/bin/git', 'commit', '-m', 'init', '--allow-empty')
E           Return code: 128
E           Expected return code: 0
E           Output: (none)
E           Errors:
E
E               *** Please tell me who you are.
E
E               Run
E
E                 git config --global user.email "you@example.com"
E                 git config --global user.name "Your Name"
E
E               to set your account's default identity.
E               Omit --global to set the identity only in this repository.
E
E               fatal: empty ident name (for <(null)>) not allowed
2016-12-02 12:50:20 +13:00
Anthony Sottile e3e4378173 pip dropped pypy3, so will we 2016-11-30 09:59:37 -08:00
Anthony Sottile 8be6f4c77e Remove pylint 2016-08-22 14:38:49 -07:00
Anthony Sottile d19360c179 Drop py33, add py35 2016-08-22 14:32:12 -07:00
Anthony Sottile 17478a0a50 Style fixups 2016-04-14 08:25:52 -07:00
Anthony Sottile 3a3a7a153a Run pre-commit during test 2015-12-25 09:42:17 -08:00
Anthony Sottile f138e3451b Update hooks 2015-05-31 13:51:02 -07:00
Anthony Sottile 2dda836789 tox-- 2015-05-16 19:11:06 -07:00
Anthony Sottile ddc9208a5f Add check-xml hook. 2015-01-17 10:30:58 -08:00
Anthony Sottile 44946b62c1 Temporarily remove pypy3 due to lxml not being installable 2015-01-15 10:33:40 -08:00
Anthony Sottile dc94a6936d Add testing for pypy3 2014-10-14 14:08:44 -07:00
Anthony Sottile 59f23b7c55 requirements_dev -> requirements-dev 2014-06-05 09:09:21 -07:00
Anthony Sottile f961d8f5e1 Add python 3.4 on travis. 2014-06-01 15:59:14 -07:00
Anthony Sottile 8270d81308 Improve test coverage. 2014-04-13 22:21:42 -07:00
Anthony Sottile b80ca9e84a Update project setup. 2014-04-13 22:09:26 -07:00