forked from Yelp/dumb-init
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pre-commit-config.yaml
39 lines (39 loc) · 1.33 KB
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
- repo: https://github.com/pre-commit/pre-commit-hooks.git
sha: 003e43251aea1da33f2072f2365ec8b9ceaae070
hooks:
- id: autopep8-wrapper
language_version: python3.5
- id: check-added-large-files
language_version: python3.5
- id: check-docstring-first
language_version: python3.5
- id: check-merge-conflict
language_version: python3.5
- id: check-yaml
language_version: python3.5
- id: debug-statements
language_version: python3.5
- id: detect-private-key
language_version: python3.5
- id: double-quote-string-fixer
language_version: python3.5
- id: end-of-file-fixer
language_version: python3.5
- id: flake8
language_version: python3.5
- id: name-tests-test
language_version: python3.5
- id: requirements-txt-fixer
language_version: python3.5
- id: trailing-whitespace
language_version: python3.5
- repo: https://github.com/asottile/reorder_python_imports.git
sha: 3d86483455ab5bd06cc1069fdd5ac57be5463f10
hooks:
- id: reorder-python-imports
language_version: python3.5
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
sha: 181a63c511691da58116fa19a7241956018660bc
hooks:
- id: remove-tabs
language_version: python3.5