FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docarray/.pre-commit-config.yaml at main · docarray/docarray · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
docarray
/
docarray
Public
Notifications
You must be signed in to change notification settings
Fork
243
Star
3.1k
Code
Issues
68
Pull requests
43
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
docarray
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (33 loc) · 859 Bytes
Breadcrumbs
docarray
/
.pre-commit-config.yaml
Copy path
File metadata and controls
35 lines (33 loc) · 859 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
repos
:
-
repo
:
https://github.com/ambv/black
rev
:
22.3.0
hooks
:
-
id
:
black
types
:
[python]
exclude
:
^(docarray/proto/pb/docarray_pb2.py|docarray/proto/pb/docarray_pb2.py|docs/|docarray/resources/)
args
:
-
-S
-
repo
:
https://github.com/asottile/blacken-docs
rev
:
v1.12.1
hooks
:
-
id
:
blacken-docs
args
:
-
-S
-
repo
:
https://github.com/pycqa/isort
rev
:
5.12.0
hooks
:
-
id
:
isort
args
:
["--profile", "black"]
exclude
:
^(docarray/proto/pb/docarray_pb2.py|docarray/proto/pb/docarray_pb2.py|docs/|docarray/resources/)
-
repo
:
https://github.com/charliermarsh/ruff-pre-commit
rev
:
v0.0.250
hooks
:
-
id
:
ruff
-
repo
:
https://github.com/asottile/blacken-docs
rev
:
1.13.0
hooks
:
-
id
:
blacken-docs
args
:
-
-S
additional_dependencies
:
-
black==22.3.0
Back
|
FazBrowse Home
|
New Git URL