FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patchwork/.pre-commit-config.yaml at main · getpatchwork/patchwork · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
getpatchwork
/
patchwork
Public
Notifications
You must be signed in to change notification settings
Fork
90
Star
315
Code
Issues
97
Pull requests
22
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
patchwork
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (36 loc) · 1.07 KB
Breadcrumbs
patchwork
/
.pre-commit-config.yaml
Copy path
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
---
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v6.0.0
hooks
:
-
id
:
check-executables-have-shebangs
-
id
:
check-merge-conflict
-
id
:
check-yaml
-
id
:
end-of-file-fixer
exclude
:
(.*\.mbox)|(.*\.css)|(.*\.json)|(.*\.js)|(.*\.svg)|(.*/mails/.*-subject\.txt)|(tools/docker/db)
-
id
:
trailing-whitespace
exclude
:
(.*\.mbox)|(.*\.svg)
-
repo
:
https://github.com/Lucas-C/pre-commit-hooks
rev
:
v1.5.6
hooks
:
-
id
:
remove-tabs
exclude
:
(.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)|Makefile
-
id
:
remove-crlf
exclude
:
(.*\.mbox)|(.*\.svg)
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
#
Ruff version.
rev
:
v0.15.16
hooks
:
#
Run the linter.
-
id
:
ruff
#
Run the formatter.
-
id
:
ruff-format
-
repo
:
https://github.com/openstack/bashate
rev
:
2.1.1
hooks
:
-
id
:
bashate
-
repo
:
https://github.com/daveshanley/vacuum
rev
:
v0.29.2
hooks
:
-
id
:
vacuum
files
:
^docs/api/schemas/(latest|v\d\.\d)/patchwork.yaml
Back
|
FazBrowse Home
|
New Git URL