FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
debmagic/.pre-commit-config.yaml at main · SFTtech/debmagic · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SFTtech
/
debmagic
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
11
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
debmagic
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 590 Bytes
Breadcrumbs
debmagic
/
.pre-commit-config.yaml
Copy path
File metadata and controls
24 lines (24 loc) · 590 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
repos
:
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
v0.14.6
hooks
:
-
id
:
ruff-check
args
:
[ --fix ]
-
id
:
ruff-format
-
repo
:
local
hooks
:
-
id
:
ty
name
:
ty check
entry
:
uv run ty check .
pass_filenames
:
false
language
:
system
-
id
:
clippy
name
:
clippy check
entry
:
cargo clippy --workspace --all-targets --all-features -- -D warnings
pass_filenames
:
false
language
:
system
-
id
:
cargo-fmt
name
:
cargo fmt check
entry
:
cargo fmt --all
pass_filenames
:
false
language
:
system
Back
|
FazBrowse Home
|
New Git URL