|
1 | 1 | repos: |
2 | | - - hooks: |
3 | | - - additional_dependencies: |
4 | | - - aiohttp>=3.12.15 |
5 | | - - apmodel>=0.5.0 |
6 | | - - apsig>=0.5.4 |
7 | | - - charset-normalizer>=3.4.3 |
8 | | - - coverage>=7.10.7 |
9 | | - - fastapi>=0.116.1 |
10 | | - - httpcore[http2,socks]>=1.0.9 |
11 | | - - httpx>=0.28.1 |
12 | | - - pytest>=8.4.1 |
13 | | - - redis>=5.0.4 |
14 | | - - requests>=2.32.5 |
15 | | - - types-requests>=2.32.4.20250913 |
16 | | - - uvicorn>=0.35.0 |
17 | | - args: |
18 | | - - --fix |
19 | | - description: Run 'ruff' for extremely fast Python linting |
20 | | - entry: ruff check --force-exclude |
21 | | - id: ruff |
22 | | - language: python |
23 | | - minimum_pre_commit_version: 2.9.2 |
24 | | - name: ruff |
25 | | - require_serial: true |
26 | | - types_or: |
27 | | - - python |
28 | | - - pyi |
29 | | - - additional_dependencies: |
30 | | - - aiohttp>=3.12.15 |
31 | | - - apmodel>=0.5.0 |
32 | | - - apsig>=0.5.4 |
33 | | - - charset-normalizer>=3.4.3 |
34 | | - - coverage>=7.10.7 |
35 | | - - fastapi>=0.116.1 |
36 | | - - httpcore[http2,socks]>=1.0.9 |
37 | | - - httpx>=0.28.1 |
38 | | - - pytest>=8.4.1 |
39 | | - - redis>=5.0.4 |
40 | | - - requests>=2.32.5 |
41 | | - - types-requests>=2.32.4.20250913 |
42 | | - - uvicorn>=0.35.0 |
43 | | - args: [] |
44 | | - description: Run 'ruff format' for extremely fast Python formatting |
45 | | - entry: ruff format --force-exclude |
46 | | - id: ruff-format |
47 | | - language: python |
48 | | - minimum_pre_commit_version: 2.9.2 |
49 | | - name: ruff-format |
50 | | - require_serial: true |
51 | | - types_or: |
52 | | - - python |
53 | | - - pyi |
54 | | - repo: https://github.com/astral-sh/ruff-pre-commit |
55 | | - rev: v0.1.6 |
56 | | - - hooks: |
57 | | - - additional_dependencies: |
58 | | - - aiohttp>=3.12.15 |
59 | | - - apmodel>=0.5.0 |
60 | | - - apsig>=0.5.4 |
61 | | - - charset-normalizer>=3.4.3 |
62 | | - - coverage>=7.10.7 |
63 | | - - fastapi>=0.116.1 |
64 | | - - httpcore[http2,socks]>=1.0.9 |
65 | | - - httpx>=0.28.1 |
66 | | - - pytest>=8.4.1 |
67 | | - - redis>=5.0.4 |
68 | | - - requests>=2.32.5 |
69 | | - - types-requests>=2.32.4.20250913 |
70 | | - - uvicorn>=0.35.0 |
71 | | - id: pyrefly-check |
72 | | - name: Pyrefly (type checking) |
73 | | - pass_filenames: false |
74 | | - repo: https://github.com/facebook/pyrefly-pre-commit |
75 | | - rev: 0.46.0 |
| 2 | +- hooks: |
| 3 | + - additional_dependencies: |
| 4 | + - aiohttp>=3.12.15 |
| 5 | + - apmodel>=0.5.1 |
| 6 | + - apsig>=0.6.0 |
| 7 | + - charset-normalizer>=3.4.3 |
| 8 | + - coverage>=7.10.7 |
| 9 | + - fastapi>=0.116.1 |
| 10 | + - httpcore[http2,socks]>=1.0.9 |
| 11 | + - httpx>=0.28.1 |
| 12 | + - pytest-cov>=7.0.0 |
| 13 | + - pytest>=8.4.1 |
| 14 | + - redis>=5.0.4 |
| 15 | + - requests>=2.32.5 |
| 16 | + - types-requests>=2.32.4.20250913 |
| 17 | + - uvicorn>=0.35.0 |
| 18 | + args: |
| 19 | + - --fix |
| 20 | + description: Run 'ruff' for extremely fast Python linting |
| 21 | + entry: ruff check --force-exclude |
| 22 | + id: ruff |
| 23 | + language: python |
| 24 | + minimum_pre_commit_version: 2.9.2 |
| 25 | + name: ruff |
| 26 | + require_serial: true |
| 27 | + types_or: |
| 28 | + - python |
| 29 | + - pyi |
| 30 | + - additional_dependencies: |
| 31 | + - aiohttp>=3.12.15 |
| 32 | + - apmodel>=0.5.1 |
| 33 | + - apsig>=0.6.0 |
| 34 | + - charset-normalizer>=3.4.3 |
| 35 | + - coverage>=7.10.7 |
| 36 | + - fastapi>=0.116.1 |
| 37 | + - httpcore[http2,socks]>=1.0.9 |
| 38 | + - httpx>=0.28.1 |
| 39 | + - pytest-cov>=7.0.0 |
| 40 | + - pytest>=8.4.1 |
| 41 | + - redis>=5.0.4 |
| 42 | + - requests>=2.32.5 |
| 43 | + - types-requests>=2.32.4.20250913 |
| 44 | + - uvicorn>=0.35.0 |
| 45 | + args: [] |
| 46 | + description: Run 'ruff format' for extremely fast Python formatting |
| 47 | + entry: ruff format --force-exclude |
| 48 | + id: ruff-format |
| 49 | + language: python |
| 50 | + minimum_pre_commit_version: 2.9.2 |
| 51 | + name: ruff-format |
| 52 | + require_serial: true |
| 53 | + types_or: |
| 54 | + - python |
| 55 | + - pyi |
| 56 | + repo: https://github.com/astral-sh/ruff-pre-commit |
| 57 | + rev: v0.1.6 |
| 58 | +- hooks: |
| 59 | + - additional_dependencies: |
| 60 | + - aiohttp>=3.12.15 |
| 61 | + - apmodel>=0.5.1 |
| 62 | + - apsig>=0.6.0 |
| 63 | + - charset-normalizer>=3.4.3 |
| 64 | + - coverage>=7.10.7 |
| 65 | + - fastapi>=0.116.1 |
| 66 | + - httpcore[http2,socks]>=1.0.9 |
| 67 | + - httpx>=0.28.1 |
| 68 | + - pytest-cov>=7.0.0 |
| 69 | + - pytest>=8.4.1 |
| 70 | + - redis>=5.0.4 |
| 71 | + - requests>=2.32.5 |
| 72 | + - types-requests>=2.32.4.20250913 |
| 73 | + - uvicorn>=0.35.0 |
| 74 | + id: pyrefly-check |
| 75 | + name: Pyrefly (type checking) |
| 76 | + pass_filenames: false |
| 77 | + repo: https://github.com/facebook/pyrefly-pre-commit |
| 78 | + rev: 0.46.0 |
0 commit comments