Skip to content

Commit 41127dc

Browse files
author
Alan Christie
committed
build: Use of latest yamllint
1 parent 1f9f918 commit 41127dc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

DEVELOPER-README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ To get started review the pre-commit utility and the conventional commit style
1414
and then setup your local clone by following the **Installation** and
1515
**Quick Start** sections: -
1616

17+
pip install --upgrade pip
1718
pip install -r build-requirements.txt
1819
pre-commit install -t commit-msg -t pre-commit
1920

requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# Required for yamllint 1.28.0,
2-
# which breaks if 0.11.1 is used
3-
pathspec == 0.11.0
4-
51
docker-compose == 1.29.2
62
im-data-manager-job-decoder == 1.15.2
73
munch == 2.5.0
84
pyyaml == 5.4.1
9-
yamllint == 1.28.0
5+
yamllint == 1.30.0

0 commit comments

Comments
 (0)