Skip to content

Commit

Permalink
uv/renovate - join
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Jan 5, 2025
1 parent 3a02e70 commit 3442eca
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
9 changes: 8 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@ repos:
args: [--mapping, '2', --sequence, '4', --offset, '2', --preserve-quotes, --implicit_start, --width, '1500']
exclude: tests/fixtures/schema-enum.yaml


- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.14
hooks:
# Update the uv lockfile
- id: uv-lock
- id: uv-export
args: ["--no-dev", "--no-hashes", "--no-editable", "-o", "requirements.txt"]

ci:
autofix_commit_msg: |
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": ["pep621"],
"extends": [
"config:recommended",
"group:allNonMajor"
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# This file is @generated by PDM.
# Please do not edit it manually.

# This file was autogenerated by uv via the following command:
# uv export --no-dev --no-hashes --no-editable -o requirements.txt
.
annotated-types==0.7.0
anyio==4.6.2.post1
certifi==2024.8.30
anyio==4.7.0
certifi==2024.12.14
dnspython==2.7.0
email-validator==2.2.0
exceptiongroup==1.2.2
exceptiongroup==1.2.2 ; python_full_version < '3.11'
h11==0.14.0
httpcore==1.0.6
httpcore==1.0.7
httpx==0.27.2
idna==3.10
jmespath==1.0.1
more-itertools==10.5.0
multidict==6.1.0
propcache==0.2.0
propcache==0.2.1
pydantic==2.9.2
pydantic-core==2.23.4
pyyaml==6.0.2
sniffio==1.3.1
typing-extensions==4.12.2
yarl==1.17.1
yarl==1.18.3
8 changes: 3 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3442eca

Please sign in to comment.