|
1 | | ---- |
2 | | -repos: |
3 | | - - hooks: |
4 | | - - id: check-case-conflict |
5 | | - - id: check-docstring-first |
6 | | - - id: check-executables-have-shebangs |
7 | | - - id: check-merge-conflict |
8 | | - - id: destroyed-symlinks |
9 | | - - id: detect-aws-credentials |
10 | | - - id: detect-private-key |
11 | | - - id: end-of-file-fixer |
12 | | - - id: fix-byte-order-marker |
13 | | - - args: |
14 | | - - '--remove' |
15 | | - id: fix-encoding-pragma |
16 | | - - id: mixed-line-ending |
17 | | - - args: |
18 | | - - '--maxkb=1024' |
19 | | - id: check-added-large-files |
20 | | - - args: |
21 | | - - '--markdown-linebreak-ext=md' |
22 | | - id: trailing-whitespace |
23 | | - - id: check-symlinks |
24 | | - - args: |
25 | | - - '--allow-multiple-documents' |
26 | | - id: check-yaml |
27 | | - - args: |
28 | | - - '--maxkb=1024' |
29 | | - id: check-added-large-files |
30 | | - - id: requirements-txt-fixer |
31 | | - - id: check-ast |
32 | | - repo: https://github.com/pre-commit/pre-commit-hooks |
33 | | - rev: v4.5.0 |
34 | | - - repo: https://github.com/netromdk/vermin |
35 | | - rev: v1.5.2 |
36 | | - hooks: |
37 | | - - id: vermin |
38 | | - args: ['-t=3.11-', '--violations'] |
39 | | - - hooks: |
40 | | - - args: [--application-directories, '.:src'] |
41 | | - id: reorder-python-imports |
42 | | - repo: https://github.com/asottile/reorder_python_imports |
43 | | - rev: v3.12.0 |
44 | | - - hooks: |
45 | | - - args: |
46 | | - - '--line-length=140' |
47 | | - - '--include=''\.pyi?$''' |
48 | | - - '--exclude=\.git|\.__pycache__|\.hg|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist' |
49 | | - id: black |
50 | | - language_version: python3.11 |
51 | | - repo: https://github.com/psf/black |
52 | | - rev: 23.10.0 |
53 | | - - hooks: |
54 | | - - args: |
55 | | - - --check-untyped-defs |
56 | | - - --ignore-missing-imports |
57 | | - - --install-types |
58 | | - - --non-interactive |
59 | | - - --strict |
60 | | - id: mypy |
61 | | - repo: https://github.com/pre-commit/mirrors-mypy |
62 | | - rev: v1.6.1 |
| 1 | +--- |
| 2 | +repos: |
| 3 | + - hooks: |
| 4 | + - id: check-case-conflict |
| 5 | + - id: check-docstring-first |
| 6 | + - id: check-executables-have-shebangs |
| 7 | + - id: check-merge-conflict |
| 8 | + - id: destroyed-symlinks |
| 9 | + # - id: detect-aws-credentials |
| 10 | + - id: detect-private-key |
| 11 | + - id: end-of-file-fixer |
| 12 | + - id: fix-byte-order-marker |
| 13 | + - id: mixed-line-ending |
| 14 | + - args: |
| 15 | + - '--maxkb=1024' |
| 16 | + id: check-added-large-files |
| 17 | + - args: |
| 18 | + - '--markdown-linebreak-ext=md' |
| 19 | + id: trailing-whitespace |
| 20 | + - id: check-symlinks |
| 21 | + - args: |
| 22 | + - '--allow-multiple-documents' |
| 23 | + id: check-yaml |
| 24 | + - args: |
| 25 | + - '--maxkb=1024' |
| 26 | + id: check-added-large-files |
| 27 | + - id: requirements-txt-fixer |
| 28 | + - id: check-ast |
| 29 | + repo: https://github.com/pre-commit/pre-commit-hooks |
| 30 | + rev: v6.0.0 |
| 31 | + - repo: https://github.com/netromdk/vermin |
| 32 | + rev: v1.8.0 |
| 33 | + hooks: |
| 34 | + - id: vermin |
| 35 | + args: ['-t=3.13-', '--violations'] |
| 36 | + - hooks: |
| 37 | + - args: [--application-directories, '.:src'] |
| 38 | + id: reorder-python-imports |
| 39 | + repo: https://github.com/asottile/reorder_python_imports |
| 40 | + rev: v3.16.0 |
| 41 | + - hooks: |
| 42 | + - args: |
| 43 | + - '--line-length=140' |
| 44 | + - '--include=''\.pyi?$''' |
| 45 | + - '--exclude=\.git|\.__pycache__|\.hg|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist' |
| 46 | + id: black |
| 47 | + language_version: python3.13 |
| 48 | + repo: https://github.com/psf/black |
| 49 | + rev: 25.11.0 |
| 50 | + - hooks: |
| 51 | + - args: |
| 52 | + - --check-untyped-defs |
| 53 | + - --ignore-missing-imports |
| 54 | + - --install-types |
| 55 | + - --non-interactive |
| 56 | + - --strict |
| 57 | + id: mypy |
| 58 | + repo: https://github.com/pre-commit/mirrors-mypy |
| 59 | + rev: v1.18.2 |
0 commit comments