|
1 |
| -exclude: ".enc.json$" |
2 |
| -repos: |
3 |
| - - repo: https://github.com/pre-commit/pre-commit-hooks |
4 |
| - rev: v4.1.0 |
5 |
| - hooks: |
6 |
| - - id: check-yaml |
7 |
| - - id: end-of-file-fixer |
8 |
| - - id: trailing-whitespace |
9 |
| - - id: mixed-line-ending |
10 |
| - - repo: https://github.com/pre-commit/mirrors-eslint |
11 |
| - rev: v8.5.0 |
12 |
| - hooks: |
13 |
| - - id: eslint |
14 |
| - additional_dependencies: |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - - "@typescript-eslint/[email protected]" |
23 |
| - - "@typescript-eslint/[email protected]" |
24 |
| - files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx |
25 |
| - types: [file] |
26 |
| - - repo: https://github.com/pre-commit/mirrors-prettier |
27 |
| - rev: v2.5.1 |
28 |
| - hooks: |
29 |
| - - id: prettier |
30 |
| - types_or: [css, javascript] |
31 |
| - - repo: https://github.com/PyCQA/isort |
32 |
| - rev: 5.10.1 |
33 |
| - hooks: |
34 |
| - - id: isort |
35 |
| - - repo: https://github.com/psf/black |
36 |
| - rev: 22.3.0 |
37 |
| - hooks: |
38 |
| - - id: black |
39 |
| - - repo: https://github.com/pre-commit/mirrors-mypy |
40 |
| - rev: v0.910-1 |
41 |
| - hooks: |
42 |
| - - id: mypy |
43 |
| - additional_dependencies: |
44 |
| - - types-requests |
45 |
| - - repo: https://github.com/PyCQA/flake8 |
46 |
| - rev: 4.0.1 |
47 |
| - hooks: |
48 |
| - - id: flake8 |
49 |
| - additional_dependencies: |
50 |
| - - flake8-bugbear~=21.9.2 |
51 |
| - - pep8-naming~=0.12.1 |
| 1 | +exclude: ".enc.json$" |
| 2 | +repos: |
| 3 | + - repo: https://github.com/pre-commit/pre-commit-hooks |
| 4 | + rev: v4.1.0 |
| 5 | + hooks: |
| 6 | + - id: check-yaml |
| 7 | + - id: end-of-file-fixer |
| 8 | + - id: trailing-whitespace |
| 9 | + - id: mixed-line-ending |
| 10 | + - repo: https://github.com/pre-commit/mirrors-eslint |
| 11 | + rev: v8.5.0 |
| 12 | + hooks: |
| 13 | + - id: eslint |
| 14 | + additional_dependencies: |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + - "@typescript-eslint/[email protected]" |
| 23 | + - "@typescript-eslint/[email protected]" |
| 24 | + files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx |
| 25 | + types: [file] |
| 26 | + - repo: https://github.com/pre-commit/mirrors-prettier |
| 27 | + rev: v2.5.1 |
| 28 | + hooks: |
| 29 | + - id: prettier |
| 30 | + types_or: [css, javascript] |
| 31 | + - repo: https://github.com/PyCQA/isort |
| 32 | + rev: 5.12.0 |
| 33 | + hooks: |
| 34 | + - id: isort |
| 35 | + - repo: https://github.com/psf/black |
| 36 | + rev: 22.3.0 |
| 37 | + hooks: |
| 38 | + - id: black |
| 39 | + - repo: https://github.com/pre-commit/mirrors-mypy |
| 40 | + rev: v0.910-1 |
| 41 | + hooks: |
| 42 | + - id: mypy |
| 43 | + additional_dependencies: |
| 44 | + - types-requests |
| 45 | + - repo: https://github.com/PyCQA/flake8 |
| 46 | + rev: 4.0.1 |
| 47 | + hooks: |
| 48 | + - id: flake8 |
| 49 | + additional_dependencies: |
| 50 | + - flake8-bugbear~=21.9.2 |
| 51 | + - pep8-naming~=0.12.1 |
0 commit comments