diff options
author | Marvin Borner | 2023-08-17 19:08:24 +0200 |
---|---|---|
committer | Marvin Borner | 2023-08-17 19:08:24 +0200 |
commit | 7dc997ea2ba1b167874af33c1bb7010b68b71641 (patch) | |
tree | 4fff0d71cf2b0bc8bad3b1da8a07ae0783f8eabc | |
parent | 1ad2445fcc83f2dac8abb0d6ad9b6394181116e2 (diff) |
Removed ci.sh
-rwxr-xr-x | ci.sh | 7 | ||||
-rw-r--r-- | readme.md | 5 |
2 files changed, 1 insertions, 11 deletions
@@ -1,7 +0,0 @@ -#!/bin/sh - -set -e - -black --diff --check $(git ls-files '*.py') -mypy --strict $(git ls-files '*.py') -pylint $(git ls-files '*.py') @@ -41,10 +41,7 @@ Train using the provided train script: ## CI -To run the CI manually and not only on GitHub Actions, run -`poetry run ./ci.sh`. - -Alternatively, you can use the Makefile to run these commands manually +You can use the Makefile to run these commands manually make format |