FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-openstackmcp-server/.pre-commit-config.yaml at develop · openstack-kr/python-openstackmcp-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
openstack-kr
/
python-openstackmcp-server
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
20
Code
Issues
8
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-openstackmcp-server
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 522 Bytes
Breadcrumbs
python-openstackmcp-server
/
.pre-commit-config.yaml
Copy path
File metadata and controls
18 lines (18 loc) · 522 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
repos
:
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
#
Ruff version.
rev
:
v0.12.7
hooks
:
#
Run the linter.
-
id
:
ruff-check
args
:
[ --fix ]
#
Run the formatter.
-
id
:
ruff-format
-
repo
:
https://github.com/astral-sh/uv-pre-commit
rev
:
0.8.22
hooks
:
-
id
:
uv-export
args
:
["--no-hashes", "--no-dev", "-o", "requirements.txt"]
-
id
:
uv-export
name
:
Export dev requirements
args
:
["--no-hashes", "-o", "requirements-dev.txt"]
Back
|
FazBrowse Home
|
New Git URL