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 18:00:16 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-29 18:00:16 +0300
commit23b71a11c60bf2bbe5f39a569643a3069727aeb8 (patch)
tree318f775aa3099aa5ca72b86d046f18cdea9ba475 /.pre-commit-config.yaml
parente0b399f16179b502c2722152dd42ecf2be853775 (diff)
ci: Update pre-commit-config.yaml
This arg is now set by default
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1bb1f0bb3..46d3e607b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,7 +4,6 @@ repos:
hooks:
- id: ruff
exclude: ".githooks/"
- args: ["--force-exclude"]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2