FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
.github/.pre-commit-config.yaml at main · learningequality/.github · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
learningequality
/
.github
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
1
Code
Issues
3
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
.github
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (22 loc) · 651 Bytes
Breadcrumbs
.github
/
.pre-commit-config.yaml
Copy path
File metadata and controls
22 lines (22 loc) · 651 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
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.1.0
hooks
:
-
id
:
trailing-whitespace
-
id
:
check-yaml
-
id
:
check-added-large-files
exclude
:
'
^tests/cassettes
'
-
id
:
debug-statements
-
id
:
end-of-file-fixer
exclude
:
'
^.+?\.json$
'
-
repo
:
https://github.com/google/yamlfmt
rev
:
v0.14.0
hooks
:
-
id
:
yamlfmt
exclude
:
'
^tests/cassettes
'
-
repo
:
https://github.com/rhysd/actionlint
rev
:
v1.7.7
hooks
:
-
id
:
actionlint
#
Expects shellcheck to be installed on the system
#
https://github.com/koalaman/shellcheck#installing
Back
|
FazBrowse Home
|
New Git URL