From 086af2cf24d173b45a00bc01bfaccb44675d7fcc Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Tue, 30 May 2023 19:10:57 +0200 Subject: [PATCH] comment on ruff as an alternative --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa17938..af91fa7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,6 +81,7 @@ style: - black --check --diff . - pydocstyle mpsd-software-environment.py - pydocstyle tests.py + # we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same. test-bullseye: -- GitLab