Delete .pre-commit-config.yaml
Browse files- .pre-commit-config.yaml +0 -49
.pre-commit-config.yaml
DELETED
@@ -1,49 +0,0 @@
|
|
1 |
-
default_stages: [commit]
|
2 |
-
|
3 |
-
repos:
|
4 |
-
- repo: https://github.com/pre-commit/pre-commit-hooks
|
5 |
-
rev: v4.4.0
|
6 |
-
hooks:
|
7 |
-
- id: trailing-whitespace
|
8 |
-
- id: end-of-file-fixer
|
9 |
-
- id: check-json
|
10 |
-
- id: check-toml
|
11 |
-
- id: check-xml
|
12 |
-
- id: check-yaml
|
13 |
-
- id: debug-statements
|
14 |
-
- id: check-builtin-literals
|
15 |
-
- id: check-case-conflict
|
16 |
-
- id: detect-private-key
|
17 |
-
|
18 |
-
- repo: https://github.com/pre-commit/mirrors-prettier
|
19 |
-
rev: "v3.0.0-alpha.9-for-vscode"
|
20 |
-
hooks:
|
21 |
-
- id: prettier
|
22 |
-
args: ["--tab-width", "2"]
|
23 |
-
|
24 |
-
- repo: https://github.com/asottile/pyupgrade
|
25 |
-
rev: v3.4.0
|
26 |
-
hooks:
|
27 |
-
- id: pyupgrade
|
28 |
-
args: [--py311-plus]
|
29 |
-
exclude: hooks/
|
30 |
-
|
31 |
-
- repo: https://github.com/psf/black
|
32 |
-
rev: 23.3.0
|
33 |
-
hooks:
|
34 |
-
- id: black
|
35 |
-
|
36 |
-
- repo: https://github.com/PyCQA/isort
|
37 |
-
rev: 5.12.0
|
38 |
-
hooks:
|
39 |
-
- id: isort
|
40 |
-
|
41 |
-
- repo: https://github.com/PyCQA/flake8
|
42 |
-
rev: 6.0.0
|
43 |
-
hooks:
|
44 |
-
- id: flake8
|
45 |
-
|
46 |
-
ci:
|
47 |
-
autoupdate_schedule: weekly
|
48 |
-
skip: []
|
49 |
-
submodules: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|