Philipp Hörist pushed to branch master at gajim / gajim


Commits:
e966c3b9 by Philipp Hörist at 2025-02-16T13:38:06+01:00
ci: Update test dependencies

- - - - -


3 changed files:

- .gitlab-ci.yml
- .pre-commit-config.yaml
- pyproject.toml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -21,6 +21,16 @@ test-other:
     - appstream-util validate dist/metadata/org.gajim.Gajim.metainfo.xml
   interruptible: true
 
+test-black:
+  stage: test
+  rules:
+    - changes:
+      - "**/*.py"
+  script:
+    - black --version
+    - black --check .
+  interruptible: true
+
 test-codespell:
   image: gajim-test
   stage: test


=====================================
.pre-commit-config.yaml
=====================================
@@ -6,7 +6,7 @@ repos:
         exclude: ".githooks/"
 
   - repo: https://github.com/codespell-project/codespell
-    rev: v2.3.0
+    rev: v2.4.1
     hooks:
     - id: codespell
       pass_filenames: false


=====================================
pyproject.toml
=====================================
@@ -52,7 +52,7 @@ repository = "https://dev.gajim.org/gajim/gajim";
 [project.optional-dependencies]
 dev = [
   "ruff>=0.6.8",
-  "codespell[toml]>=2.3.0",
+  "codespell[toml]>=2.4.1",
   "isort>=5.13.2",
   "nbxmpp @ git+https://dev.gajim.org/gajim/python-nbxmpp.git";,
   "PyGObject-stubs @ git+https://github.com/pygobject/pygobject-stubs.git";,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e966c3b989c43111f76c6f6d672077fb35973b81

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e966c3b989c43111f76c6f6d672077fb35973b81
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to