Skip to content

Commit 42c3c6e

Browse files
committed
Housekeeping commit
* Remove format from pre-commit. Formatting should be run manually or during build process instead. Otherwise this causes failed commits because new unstaged files appear. * Bump Feast version to 0.5-SNAPSHOT
1 parent e7482af commit 42c3c6e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
repos:
22
- repo: local
33
hooks:
4-
- id: format
5-
name: Format
6-
stages: [commit]
7-
language: system
8-
entry: make format
94
- id: lint
105
name: Lint
116
stages: [commit]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</modules>
3939

4040
<properties>
41-
<revision>0.4.2-SNAPSHOT</revision>
41+
<revision>0.5-SNAPSHOT</revision>
4242
<github.url>https://github.com/gojek/feast</github.url>
4343

4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)