From 049e0c546ea31fe7f9c89b29815b3f2184612110 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Wed, 31 May 2023 11:00:21 +0200
Subject: [PATCH] fix last commit: meant pydocstyle not pycodestyle

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ab0771..1ad3909 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,7 +77,7 @@ style:
     - *prepare_style
     - black --version
     - ruff --version
-    - pycodestyle --version
+    - pydocstyle --version
     - ruff .
     - black --check --diff .
     - pydocstyle mpsd-software-environment.py
-- 
GitLab