From 2a4a992427448809abb122065e7d2135b8ebabf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 28 Oct 2022 13:54:50 +0200 Subject: ci: Move codespell config into pyproject.toml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7a1bc463..673db6a2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: test-other: stage: test script: - - codespell -I codespell.conf --skip="*__pycache__*,gajim/data/icons,gajim/data/sounds,gajim/data/emoticons" gajim + - codespell gajim - python3 setup.py build - appstream-util validate build/data/org.gajim.Gajim.appdata.xml interruptible: true -- cgit v1.2.3