Anthony Sottile | e577432 | 2017-09-07 19:22:03 -0700 | [diff] [blame] | 1 | repos: |
Anthony Sottile | 3a3a7a1 | 2015-12-25 09:37:18 -0800 | [diff] [blame] | 2 | - repo: https://github.com/pre-commit/pre-commit-hooks |
Anthony Sottile | f1e943e | 2017-10-19 10:34:23 -0700 | [diff] [blame] | 3 | sha: v1.1.1 |
Anthony Sottile | 4fc86a8 | 2014-03-14 14:23:08 -0700 | [diff] [blame] | 4 | hooks: |
Anthony Sottile | 3e36dfe | 2014-03-23 23:10:35 -0700 | [diff] [blame] | 5 | - id: trailing-whitespace |
Anthony Sottile | 3e36dfe | 2014-03-23 23:10:35 -0700 | [diff] [blame] | 6 | - id: end-of-file-fixer |
Anthony Sottile | 76a62e7 | 2014-08-22 11:04:55 -0700 | [diff] [blame] | 7 | - id: autopep8-wrapper |
Anthony Sottile | b08f834 | 2015-01-04 16:05:20 -0800 | [diff] [blame] | 8 | - id: check-docstring-first |
Anthony Sottile | e1f5bab | 2014-08-19 16:05:41 -0700 | [diff] [blame] | 9 | - id: check-json |
Anthony Sottile | a42a26b | 2014-12-31 12:24:22 -0800 | [diff] [blame] | 10 | - id: check-added-large-files |
Anthony Sottile | 84fbf05 | 2014-04-03 22:23:50 -0700 | [diff] [blame] | 11 | - id: check-yaml |
Anthony Sottile | 84fbf05 | 2014-04-03 22:23:50 -0700 | [diff] [blame] | 12 | - id: debug-statements |
Anthony Sottile | 84fbf05 | 2014-04-03 22:23:50 -0700 | [diff] [blame] | 13 | - id: name-tests-test |
Anthony Sottile | b08f834 | 2015-01-04 16:05:20 -0800 | [diff] [blame] | 14 | - id: requirements-txt-fixer |
Anthony Sottile | 13b4ca5 | 2014-04-13 17:58:19 -0700 | [diff] [blame] | 15 | - id: flake8 |
Anthony Sottile | 3a3a7a1 | 2015-12-25 09:37:18 -0800 | [diff] [blame] | 16 | - repo: https://github.com/pre-commit/pre-commit |
Anthony Sottile | f36ce70 | 2017-08-14 18:24:29 -0700 | [diff] [blame] | 17 | sha: v0.16.3 |
Anthony Sottile | 4fc86a8 | 2014-03-14 14:23:08 -0700 | [diff] [blame] | 18 | hooks: |
Anthony Sottile | 84fbf05 | 2014-04-03 22:23:50 -0700 | [diff] [blame] | 19 | - id: validate_manifest |
Anthony Sottile | 3a3a7a1 | 2015-12-25 09:37:18 -0800 | [diff] [blame] | 20 | - repo: https://github.com/asottile/reorder_python_imports |
Anthony Sottile | b281d87 | 2017-07-17 17:41:44 -0700 | [diff] [blame] | 21 | sha: v0.3.5 |
Anthony Sottile | b08f834 | 2015-01-04 16:05:20 -0800 | [diff] [blame] | 22 | hooks: |
| 23 | - id: reorder-python-imports |
Anthony Sottile | 3a3a7a1 | 2015-12-25 09:37:18 -0800 | [diff] [blame] | 24 | language_version: python2.7 |
Anthony Sottile | 9cee71b | 2017-03-12 18:01:29 -0700 | [diff] [blame] | 25 | - repo: https://github.com/asottile/pyupgrade |
Anthony Sottile | f36ce70 | 2017-08-14 18:24:29 -0700 | [diff] [blame] | 26 | sha: v1.1.4 |
Anthony Sottile | 9cee71b | 2017-03-12 18:01:29 -0700 | [diff] [blame] | 27 | hooks: |
| 28 | - id: pyupgrade |
Anthony Sottile | 2a902e0 | 2017-07-12 18:35:24 -0700 | [diff] [blame] | 29 | - repo: https://github.com/asottile/add-trailing-comma |
Anthony Sottile | f36ce70 | 2017-08-14 18:24:29 -0700 | [diff] [blame] | 30 | sha: v0.6.4 |
Anthony Sottile | 2a902e0 | 2017-07-12 18:35:24 -0700 | [diff] [blame] | 31 | hooks: |
| 32 | - id: add-trailing-comma |