FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rules_python/.pre-commit-config.yaml at main · PoncinMatthieu/rules_python · GitHub
PoncinMatthieu
/
rules_python
Public
forked from
bazel-contrib/rules_python
Notifications
You must be signed in to change notification settings
Fork
1
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
rules_python
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (25 loc) · 679 Bytes
Breadcrumbs
rules_python
/
.pre-commit-config.yaml
Copy path
File metadata and controls
25 lines (25 loc) · 679 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
#
See CONTRIBUTING.md for instructions.
#
See https://pre-commit.com for more information
#
See https://pre-commit.com/hooks.html for more hooks
repos
:
-
repo
:
https://github.com/keith/pre-commit-buildifier
rev
:
4.0.1.1
hooks
:
-
id
:
buildifier
args
:
&args
#
Keep this argument in sync with .bazelci/presubmit.yaml
-
--warnings=all
-
id
:
buildifier-lint
args
:
*args
-
repo
:
https://github.com/pycqa/isort
rev
:
5.10.1
hooks
:
-
id
:
isort
name
:
isort (python)
args
:
-
--profile
-
black
-
repo
:
https://github.com/psf/black
rev
:
21.12b0
hooks
:
-
id
:
black
Back
|
FazBrowse Home
|
New Git URL