FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
validator-node-api/.pre-commit-config.yaml at main · orcfax/validator-node-api · GitHub
orcfax
/
validator-node-api
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
validator-node-api
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (46 loc) · 1.07 KB
Breadcrumbs
validator-node-api
/
.pre-commit-config.yaml
Copy path
File metadata and controls
46 lines (46 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
37
38
39
40
41
42
43
44
45
46
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.4.0
hooks
:
-
id
:
check-yaml
-
id
:
check-json
-
id
:
check-toml
-
id
:
end-of-file-fixer
-
id
:
trailing-whitespace
-
id
:
check-case-conflict
-
repo
:
https://github.com/psf/black
rev
:
24.8.0
hooks
:
-
id
:
black
-
repo
:
https://github.com/pycqa/isort
rev
:
5.13.2
hooks
:
-
id
:
isort
language_version
:
python3
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
v0.6.7
hooks
:
-
id
:
ruff
args
:
["--fix", "--show-fixes"]
-
repo
:
https://github.com/igorshubovych/markdownlint-cli
rev
:
v0.42.0
hooks
:
-
id
:
markdownlint
-
repo
:
https://github.com/codespell-project/codespell
rev
:
v2.3.0
hooks
:
-
id
:
codespell
args
:
[-I, .codespellignore]
-
repo
:
local
hooks
:
-
id
:
pylint
name
:
pylint
entry
:
pylint
language
:
python
language_version
:
python3
args
:
[
"
-rn
"
,
#
Only display messages.
"
-sn
"
,
#
Don't display the pylint score.
"
--rcfile=.pylintrc
"
]
Back
|
FazBrowse Home
|
New Git URL