KennyUTC commited on
Commit
82c5f93
1 Parent(s): 64d336c

Delete .pre-commit-config.yaml

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +0 -33
.pre-commit-config.yaml DELETED
@@ -1,33 +0,0 @@
1
- exclude: |
2
- (?x)^(
3
- meta_data.py
4
- )
5
- repos:
6
- - repo: https://github.com/PyCQA/flake8
7
- rev: 5.0.4
8
- hooks:
9
- - id: flake8
10
- args: ["--max-line-length=120", "--ignore=F401,F403,F405,E402"]
11
- exclude: ^configs/
12
- - repo: https://github.com/PyCQA/isort
13
- rev: 5.11.5
14
- hooks:
15
- - id: isort
16
- - repo: https://github.com/pre-commit/mirrors-yapf
17
- rev: v0.30.0
18
- hooks:
19
- - id: yapf
20
- args: ["--style={column_limit=120}"]
21
- - repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v3.1.0
23
- hooks:
24
- - id: trailing-whitespace
25
- - id: check-yaml
26
- - id: end-of-file-fixer
27
- - id: requirements-txt-fixer
28
- - id: double-quote-string-fixer
29
- - id: check-merge-conflict
30
- - id: fix-encoding-pragma
31
- args: ["--remove"]
32
- - id: mixed-line-ending
33
- args: ["--fix=lf"]