FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-bitshares/.pre-commit-config.yaml at develop · payplatinum/python-bitshares · GitHub
payplatinum
/
python-bitshares
Public
forked from
bitshares/python-bitshares
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
python-bitshares
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (21 loc) · 558 Bytes
Breadcrumbs
python-bitshares
/
.pre-commit-config.yaml
Copy path
File metadata and controls
24 lines (21 loc) · 558 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
#
Read up on pre-commit
#
https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v2.0.0
hooks
:
-
id
:
trailing-whitespace
-
id
:
check-docstring-first
-
id
:
check-executables-have-shebangs
-
id
:
check-json
-
id
:
check-yaml
-
id
:
end-of-file-fixer
-
id
:
fix-encoding-pragma
-
id
:
no-commit-to-branch
branch
:
master
-
id
:
flake8
-
repo
:
https://github.com/ambv/black
rev
:
18.9b0
hooks
:
-
id
:
black
language_version
:
python3
Back
|
FazBrowse Home
|
New Git URL