FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-sdk/.pre-commit-config.yaml at main · coolwebtool/python-sdk · GitHub
coolwebtool
/
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
python-sdk
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (21 loc) · 557 Bytes
Breadcrumbs
python-sdk
/
.pre-commit-config.yaml
Copy path
File metadata and controls
24 lines (21 loc) · 557 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
fail_fast
:
true
repos
:
-
repo
:
https://github.com/pre-commit/mirrors-prettier
rev
:
v3.1.0
hooks
:
-
id
:
prettier
types_or
:
[yaml, json5]
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
v0.8.1
hooks
:
-
id
:
ruff-format
-
id
:
ruff
args
:
[--fix, --exit-non-zero-on-fix]
-
repo
:
local
hooks
:
-
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