-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
35 lines (35 loc) · 993 Bytes
/
.pre-commit-config.yaml
File metadata and controls
35 lines (35 loc) · 993 Bytes
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
- repo: local
hooks:
- id: pylint
name: Pylint
entry: pylint
language: python
files: \.py$
args:
- --output-format=parseable
additional_dependencies:
- pylint
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: 96fb7fa10f2f4c11ed33482a9ad7474251e5e97f
hooks:
- id: check-ast
- id: check-case-conflict
- id: check-docstring-first
- id: check-merge-conflict
- id: check-yaml
- id: debug-statements
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: fix-encoding-pragma
exclude: setup.py
- id: forbid-new-submodules
- id: name-tests-test
- id: requirements-txt-fixer
- id: trailing-whitespace
args:
- --markdown-linebreak-ext=*
- repo: git://github.com/Lucas-C/pre-commit-hooks
sha: c25201a00e6b0514370501050cf2a8538ac12270
hooks:
- id: remove-crlf
- id: remove-tabs