FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast/pyproject.toml at sqlitevec-read · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
218
Pull requests
191
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
feast
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (31 loc) · 607 Bytes
Breadcrumbs
feast
/
pyproject.toml
Copy path
File metadata and controls
34 lines (31 loc) · 607 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
[
build-system
]
requires
= [
"
pybindgen==0.22.0
"
,
"
setuptools>=60
"
,
"
setuptools_scm>=6.2
"
,
"
sphinx!=4.0.0
"
,
"
wheel
"
,
]
[
tool
.
setuptools_scm
]
#
Including this section is comparable to supplying use_scm_version=True in setup.py.
[
tool
.
ruff
]
line-length
=
88
target-version
=
"
py39
"
include
= [
"
*.py
"
,
"
*.pyi
"
]
[
tool
.
ruff
.
format
]
#
exclude a few common directories in the root of the project
exclude
= [
"
.eggs
"
,
"
.git
"
,
"
.hg
"
,
"
.mypy_cache
"
,
"
.tox
"
,
"
.venv
"
,
"
_build
"
,
"
buck-out
"
,
"
build
"
,
"
dist
"
,
"
pb2.py
"
,
"
.pyi
"
,
"
protos
"
,
"
sdk/python/feast/embedded_go/lib
"
]
Back
|
FazBrowse Home
|
New Git URL