-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
72 lines (72 loc) · 1.73 KB
/
.pre-commit-config.yaml
File metadata and controls
72 lines (72 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
repos:
- hooks:
- additional_dependencies:
- authlib>=1.6.0
- cryptography>=43.0.1
- git-cliff>=2.10.0
- http-sf>=1.0.3
- jcs>=0.2.1
- multiformats>=0.3.1.post4
- pyld[aiohttp,requests]>=2.0.4
- pytest-cov>=7.0.0
- pytest>=9.0.2
- pytz>=2025.1
- pyyaml>=6.0.3
- typing-extensions>=4.12.2
args:
- --fix
description: Run 'ruff' for extremely fast Python linting
entry: ruff check --force-exclude
id: ruff
language: python
minimum_pre_commit_version: 2.9.2
name: ruff
require_serial: true
types_or:
- python
- pyi
- additional_dependencies:
- authlib>=1.6.0
- cryptography>=43.0.1
- git-cliff>=2.10.0
- http-sf>=1.0.3
- jcs>=0.2.1
- multiformats>=0.3.1.post4
- pyld[aiohttp,requests]>=2.0.4
- pytest-cov>=7.0.0
- pytest>=9.0.2
- pytz>=2025.1
- pyyaml>=6.0.3
- typing-extensions>=4.12.2
args: []
description: Run 'ruff format' for extremely fast Python formatting
entry: ruff format --force-exclude
id: ruff-format
language: python
minimum_pre_commit_version: 2.9.2
name: ruff-format
require_serial: true
types_or:
- python
- pyi
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.1
- hooks:
- additional_dependencies:
- authlib>=1.6.0
- cryptography>=43.0.1
- git-cliff>=2.10.0
- http-sf>=1.0.3
- jcs>=0.2.1
- multiformats>=0.3.1.post4
- pyld[aiohttp,requests]>=2.0.4
- pytest-cov>=7.0.0
- pytest>=9.0.2
- pytz>=2025.1
- pyyaml>=6.0.3
- typing-extensions>=4.12.2
id: pyrefly-check
name: Pyrefly (type checking)
pass_filenames: false
repo: https://github.com/facebook/pyrefly-pre-commit
rev: 0.52.0