Skip to content

Commit 850e646

Browse files
committed
chore: include uv.lock
1 parent 84088ff commit 850e646

File tree

5 files changed

+3668
-3
lines changed

5 files changed

+3668
-3
lines changed

.github/renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"labels": [
33
"dependencies"
44
],
5+
"lockFileMaintenance": {
6+
"enabled": true
7+
},
58
"rangeStrategy": "widen",
69
"dependencyDashboard": true,
710
"automerge": true,

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ repos:
9898
additional_dependencies:
9999
- tomli
100100
exclude: client/yarn.lock
101-
exclude: ^.*\.(csv|svg|wsdl(\.[^.]*)?)|weblate/trans/tests/data/memory-broken\.json|weblate/templates/browserconfig\.xml|weblate/templates/configuration/custom\.css|weblate/trans/tests/data/cs-CZ\.rc|weblate/static/vendor/.*|weblate/static/js/vendor/.*|docs/make\.bat|weblate/templates/addons/js/weblate\.js$
101+
exclude: ^.*\.(csv|svg|wsdl(\.[^.]*)?)|weblate/trans/tests/data/memory-broken\.json|weblate/templates/browserconfig\.xml|weblate/templates/configuration/custom\.css|weblate/trans/tests/data/cs-CZ\.rc|weblate/static/vendor/.*|weblate/static/js/vendor/.*|docs/make\.bat|weblate/templates/addons/js/weblate\.js|uv\.lock$
102102
ci:
103103
autoupdate_schedule: quarterly

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ include weblate/trans/fixtures/simple-project.json
2020
exclude weblate/settings.py
2121
prune data*
2222
prune dev-docker/data*
23-
global-exclude *.swp *.swo *.swn __pycache__ *.pyc *.pyo
23+
global-exclude *.swp *.swo *.swn __pycache__ *.pyc *.pyo uv.lock

REUSE.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ precedence = "aggregate"
3434
[[annotations]]
3535
SPDX-FileCopyrightText = "Michal Čihař <[email protected]>"
3636
SPDX-License-Identifier = "GPL-3.0-or-later"
37-
path = [".editorconfig", ".gitattributes", ".gitignore", ".gitmodules", ".imgbotconfig", ".pre-commit-config.yaml", ".pylintrc", ".readthedocs.yml", ".weblate", "MANIFEST.in", "codecov.yml", "pyproject.toml", "requirements**.txt", "dev-docker/environment", "scripts/yarn/.gitignore", "scripts/yarn/package.json", "scripts/yarn/yarn.lock", "setup.cfg", "docs/requirements.txt", "biome.json", "redocly.yaml", ".well-known/funding-manifest-urls"]
37+
path = [".editorconfig", ".gitattributes", ".gitignore", ".gitmodules", ".imgbotconfig", ".pre-commit-config.yaml", ".pylintrc", ".readthedocs.yml", ".weblate", "MANIFEST.in", "codecov.yml", "pyproject.toml", "requirements**.txt", "dev-docker/environment", "scripts/yarn/.gitignore", "scripts/yarn/package.json", "scripts/yarn/yarn.lock", "setup.cfg", "docs/requirements.txt", "biome.json", "redocly.yaml", ".well-known/funding-manifest-urls", "uv.lock"]
3838
precedence = "aggregate"
3939

4040
[[annotations]]

0 commit comments

Comments
 (0)