commit ac0b8a110bebb10a6afe34c5b94e41b243994ff4 parent 85308ffb9cacec3324f1572106ea5e352828bafd Author: Stefan Koch <programming@stefan-koch.name> Date: Sat, 5 Aug 2023 14:01:57 +0200 remove import-linter Diffstat:
M | Makefile | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -3,7 +3,6 @@ check: black --check . isort --check . - lint-imports test: pytest tests