FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
caper/.pre-commit-config.yaml at master · ENCODE-DCC/caper · GitHub
ENCODE-DCC
/
caper
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
58
Code
Issues
31
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
caper
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (36 loc) · 1016 Bytes
Breadcrumbs
caper
/
.pre-commit-config.yaml
Copy path
File metadata and controls
41 lines (36 loc) · 1016 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
34
35
36
37
38
39
40
41
---
repos
:
-
repo
:
https://github.com/psf/black
rev
:
22.3.0
hooks
:
-
id
:
black
args
:
[--skip-string-normalization]
language_version
:
python3
-
repo
:
https://github.com/asottile/seed-isort-config
rev
:
v1.9.2
hooks
:
-
id
:
seed-isort-config
-
repo
:
https://github.com/pre-commit/mirrors-isort
rev
:
v4.3.21
hooks
:
-
id
:
isort
language_version
:
python3
-
repo
:
https://github.com/detailyang/pre-commit-shell
rev
:
v1.0.6
hooks
:
-
id
:
shell-lint
args
:
[--exclude, 'SC1078,SC1079']
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v2.2.3
hooks
:
-
id
:
flake8
args
:
[--ignore, 'E203,E501,W503']
-
id
:
trailing-whitespace
-
id
:
end-of-file-fixer
-
id
:
debug-statements
-
id
:
check-yaml
#
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
#
rev: 0.0.10
#
hooks:
#
- id: yamlfmt
#
args: [--mapping, '2', --sequence, '4', --offset, '2']
Back
|
FazBrowse Home
|
New Git URL