aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2023-08-17 19:08:24 +0200
committerMarvin Borner2023-08-17 19:08:24 +0200
commit7dc997ea2ba1b167874af33c1bb7010b68b71641 (patch)
tree4fff0d71cf2b0bc8bad3b1da8a07ae0783f8eabc
parent1ad2445fcc83f2dac8abb0d6ad9b6394181116e2 (diff)
Removed ci.sh
-rwxr-xr-xci.sh7
-rw-r--r--readme.md5
2 files changed, 1 insertions, 11 deletions
diff --git a/ci.sh b/ci.sh
deleted file mode 100755
index 259415e..0000000
--- a/ci.sh
+++ /dev/null
@@ -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')
diff --git a/readme.md b/readme.md
index 70db85d..0dc6492 100644
--- a/readme.md
+++ b/readme.md
@@ -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