Skip to content
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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
208
Pull requests
181
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Files
Expand file tree
update-pg-vector-docs
Breadcrumbs
feast
/
.pre-commit-config.yaml
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 515 Bytes
update-pg-vector-docs
Breadcrumbs
feast
/
.pre-commit-config.yaml
Copy path
Top
File metadata and controls
Code
Blame
23 lines (23 loc) · 515 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
default_stages:
- push
repos:
- repo: local
hooks:
- id: format
name: Format
stages: [ push ]
language: system
entry: make format
pass_filenames: false
- id: lint
name: Lint
stages: [ push ]
language: system
entry: make lint
pass_filenames: false
- id: template
name: Build Templates
stages: [ commit ]
language: system
entry: make build-templates
pass_filenames: false
You can’t perform that action at this time.