Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gajim-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gajim
gajim-plugins
Merge requests
!230
Couldn't fetch the linked file.
Provide metainfo files for all plugins
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Provide metainfo files for all plugins
andre/gajim-plugins:metainfo
into
master
Overview
2
Commits
2
Pipelines
3
Changes
10
Merged
André
requested to merge
andre/gajim-plugins:metainfo
into
master
5 months ago
Overview
2
Commits
2
Pipelines
3
Changes
1
Expand
This reduces the work for users who wants to create flatpak packages for plugins locally.
0
0
Merge request reports
Compare
version 3
version 3
50d06e65
3 weeks ago
version 2
cbdc15c8
1 month ago
version 1
cbdc15c8
5 months ago
master (base)
and
latest version
latest version
07b63701
2 commits,
2 weeks ago
version 3
50d06e65
2 commits,
3 weeks ago
version 2
cbdc15c8
1 commit,
1 month ago
version 1
cbdc15c8
1 commit,
5 months ago
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.pre-commit-config.yaml
+
3
−
3
Options
repos
:
-
repo
:
https://github.com/charliermarsh/ruff-pre-commit
rev
:
v0.
6.8
rev
:
v0.
9.7
hooks
:
-
id
:
ruff
exclude
:
"
.githooks/"
-
repo
:
https://github.com/codespell-project/codespell
rev
:
v2.4.
0
rev
:
v2.4.
1
hooks
:
-
id
:
codespell
pass_filenames
:
false
@@ -14,7 +14,7 @@ repos:
-
tomli
-
repo
:
https://github.com/RobertCraigie/pyright-python
rev
:
v1.1.3
82
rev
:
v1.1.3
94
hooks
:
-
id
:
pyright
pass_filenames
:
false
Loading