From 89c1f4bafb51dbbed705b6960810d90825318b13 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Fri, 16 Sep 2022 18:09:32 +0100 Subject: MLIA-646 Add environment to setup pre-commit hooks - Add new environment 'lint_setup' to set up the pre-commit hooks used by the environment 'lint' without running the actual tests. - Add docker file for linting and testing to the project root. - Add helper script 'install_python_versions.sh' for docker creation. Change-Id: I5f264df72a72d7a118ab798eddcf0febd4e1125b --- .dockerignore | 1 + 1 file changed, 1 insertion(+) create mode 120000 .dockerignore (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore new file mode 120000 index 0000000..3e4e48b --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +.gitignore \ No newline at end of file -- cgit v1.2.1