We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9f918 commit 41127dcCopy full SHA for 41127dc
DEVELOPER-README.md
@@ -14,6 +14,7 @@ To get started review the pre-commit utility and the conventional commit style
14
and then setup your local clone by following the **Installation** and
15
**Quick Start** sections: -
16
17
+ pip install --upgrade pip
18
pip install -r build-requirements.txt
19
pre-commit install -t commit-msg -t pre-commit
20
requirements.txt
@@ -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
-
5
docker-compose == 1.29.2
6
im-data-manager-job-decoder == 1.15.2
7
munch == 2.5.0
8
pyyaml == 5.4.1
9
-yamllint == 1.28.0
+yamllint == 1.30.0
0 commit comments