From a626cd4667a09d49ce63a82b019f725573184f6d Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Wed, 10 Jul 2024 17:55:03 +0200 Subject: [PATCH] Remove outdated comments (dev container was added in 202cc3c3d24b21396442f8e7a0b9c0c75ebbb9a5 and then removed in e20188600c885d20e73696b8e518d8f7b342e126) --- CONTRIBUTING.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f50123e5..59183958 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,21 +10,3 @@ In order to maintain a good level of quality, please ensure that your code: * Passes linting with pylint (https://www.pylint.org/) * Has relevant examples [here](examples/) - ---- -## environment setup - -This project has a dev container definition - https://code.visualstudio.com/docs/remote/containers# - -If you have Docker and visual studio code installed all you need to do is open the repository in vs code and select "re-open in container" in the popup that appears in the bottom right. Dependencies and plugins will be automatically handled. - - -### Tusk runner - -The development image has some quality of life scripts baked into it - -1. running `tusk format` Will run the black formatter on examples/ and locust_plugins/ - -2. `tusk pylint` will run pylint against on examples/ and locust_plugins/ - -3. `tusk test` will run the tox test suite in the 3.9 environment \ No newline at end of file