aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTIONS.md
diff options
context:
space:
mode:
authorerik.andersson@arm.com <erik.andersson@arm.com>2022-08-17 15:02:44 +0200
committererik.andersson@arm.com <erik.andersson@arm.com>2022-08-23 14:58:46 +0200
commitd2969a9a5696fef60415fdb2cf0ebe2864eb73c5 (patch)
tree0a13a419283e17b9661f5d0bfcc10926f4c8c127 /CONTRIBUTIONS.md
parentdc7414a00ecf733f0c82c19f848a3f7a2bebab15 (diff)
downloadethos-u-vela-d2969a9a5696fef60415fdb2cf0ebe2864eb73c5.tar.gz
MLBEDSW-6423:Updated documentation to detail new dependencies
Mypy and pylint was previously not included in TESTING.md. Also, installation of pre-commit, pytest and pytest-cov outside of a virtual environment was not detailed. CONTRIBUTIONS.md had an old Python version listed in the conding standard section. Signed-off-by: erik.andersson@arm.com <erik.andersson@arm.com> Change-Id: Idff9454083e41d719e6d75e90cb2be2861500eb9
Diffstat (limited to 'CONTRIBUTIONS.md')
-rw-r--r--CONTRIBUTIONS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 3654f9bc..2f38bd11 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -4,7 +4,7 @@ Contributions to Vela are very much welcomed!
## Coding Standard
-Vela is written using Python 3.6 language constructs in order to aid
+Vela is written using Python 3.7 language constructs in order to aid
compatibility with other tools. All code must also be run through the
formatting and linting tools described in [Vela Testing](TESTING.md)