FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
modelcontextprotocol_python-sdk/.pre-commit-config.yaml at main · techfundoffice/modelcontextprotocol_python-sdk · GitHub
techfundoffice
/
modelcontextprotocol_python-sdk
Public
forked from
modelcontextprotocol/python-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
modelcontextprotocol_python-sdk
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (36 loc) · 938 Bytes
Breadcrumbs
modelcontextprotocol_python-sdk
/
.pre-commit-config.yaml
Copy path
File metadata and controls
38 lines (36 loc) · 938 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
fail_fast
:
true
repos
:
-
repo
:
https://github.com/pre-commit/mirrors-prettier
rev
:
v3.1.0
hooks
:
-
id
:
prettier
types_or
:
[yaml, json5]
-
repo
:
local
hooks
:
-
id
:
ruff-format
name
:
Ruff Format
entry
:
uv run ruff
args
:
[format]
language
:
system
types
:
[python]
pass_filenames
:
false
-
id
:
ruff
name
:
Ruff
entry
:
uv run ruff
args
:
["check", "--fix", "--exit-non-zero-on-fix"]
types
:
[python]
language
:
system
pass_filenames
:
false
-
id
:
pyright
name
:
pyright
entry
:
uv run pyright
args
:
[src]
language
:
system
types
:
[python]
pass_filenames
:
false
-
id
:
uv-lock-check
name
:
Check uv.lock is up to date
entry
:
uv lock --check
language
:
system
files
:
^(pyproject\.toml|uv\.lock)$
pass_filenames
:
false
Back
|
FazBrowse Home
|
New Git URL