FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-bitshares/.pre-commit-config.yaml at master · allrob23/python-bitshares · GitHub
allrob23
/
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
34 lines (30 loc) · 873 Bytes
Breadcrumbs
python-bitshares
/
.pre-commit-config.yaml
Copy path
File metadata and controls
34 lines (30 loc) · 873 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
---
#
Read up on pre-commit
#
https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/
repos
:
#
Check that the commit message adheres to the Angular convention (this is
#
needed so that Semantic Release works)
-
repo
:
https://github.com/commitizen-tools/commitizen
rev
:
v2.24.0
hooks
:
-
id
:
commitizen
stages
:
[commit-msg]
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.2.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
-
repo
:
https://github.com/PyCQA/flake8
rev
:
4.0.1
hooks
:
-
id
:
flake8
-
repo
:
https://github.com/ambv/black
rev
:
22.3.0
hooks
:
-
id
:
black
language_version
:
python3
Back
|
FazBrowse Home
|
New Git URL