FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devguide/.pre-commit-config.yaml at main · waitusz/devguide · GitHub
waitusz
/
devguide
Public
forked from
python/devguide
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
devguide
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (29 loc) · 771 Bytes
Breadcrumbs
devguide
/
.pre-commit-config.yaml
Copy path
File metadata and controls
33 lines (29 loc) · 771 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
repos
:
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
v0.5.7
hooks
:
-
id
:
ruff
name
:
Run Ruff (lint)
args
:
[--exit-non-zero-on-fix]
-
id
:
ruff-format
name
:
Run Ruff (format)
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.5.0
hooks
:
-
id
:
check-case-conflict
-
id
:
check-merge-conflict
-
id
:
check-yaml
-
id
:
debug-statements
-
id
:
end-of-file-fixer
-
id
:
trailing-whitespace
-
repo
:
https://github.com/sphinx-contrib/sphinx-lint
rev
:
v0.9.1
hooks
:
-
id
:
sphinx-lint
args
:
[--enable=default-role]
-
repo
:
meta
hooks
:
-
id
:
check-hooks-apply
-
id
:
check-useless-excludes
ci
:
autoupdate_schedule
:
quarterly
Back
|
FazBrowse Home
|
New Git URL