Skip to content

Commit ad3aab4

Browse files
wangkuiyiQiJune
andauthored
Install yamllint in Docker image (#2009)
Co-authored-by: QI JUN <[email protected]>
1 parent 04660ee commit ad3aab4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ repos:
5757
language: system
5858
files: \.(go|py|sh)$
5959
- repo: https://github.com/adrienverge/yamllint.git
60-
rev: v1.17.0
60+
rev: v1.23.0
6161
hooks:
6262
- id: yamllint

elasticdl/requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ mock
44
Pillow
55
pre-commit
66
pandas
7-
sklearn
7+
sklearn
8+
yamllint

0 commit comments

Comments
 (0)