From 8114518857f396ef58f55c438b1a6278e6d8c517 Mon Sep 17 00:00:00 2001 From: Tristan Carel Date: Tue, 27 Aug 2024 14:00:41 +0200 Subject: [PATCH] fixup! CI: Move checks from GitLab CI/CD to GitHub actions --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e7792ba..6ca8ab6 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,6 @@ commands = # docstring check is not mandatory to pass for now - ruff check --select D --ignore D401,D407,D413 multiscale_run codespell --config .codespellrc -i 3 -w {[base]files} README.md docs/ - pre-commit run --all-files --show-diff-on-failure [testenv:fixlint] skip_install = True