Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-29 17:26:10 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-29 17:57:38 +0300
commitc40ec07fdf0a5547d9c4797ef621ab290c2bee69 (patch)
tree212aa9539b2724ef3af712b98285e82ce282fa07 /.gitlab-ci.yml
parenteb5ce03b3512e8e8b412250128d3a9664dc4387d (diff)
ci: Update lint configs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ae0fb60a..0779355b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ test-ruff:
- changes:
- "**/*.py"
script:
- - pip3 install ruff==0.0.211
+ - pip3 install ruff==0.0.237
- ruff .
interruptible: true