Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
Comment thread
jpodivin marked this conversation as resolved.
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: "0.9.6"
rev: "6a280ba12b7901e47757c868c8c13c6a624c9ecb" # frozen: 0.11.7
Comment thread
jpodivin marked this conversation as resolved.
hooks:
- id: uv-lock
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.3
rev: b831c3dc5d27d9da294ae4e915773b99aa24a7c5 # frozen: v0.15.10
Comment thread
jpodivin marked this conversation as resolved.
hooks:
# Run the linter.
- id: ruff-check
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"sentry_sdk>=2.17.0,<3.0.0",
"httpx>=0.28.1",
"pydantic>=2.12.3",
"ruff>=0.14.2",
"ruff>=0.15.10",
"uvicorn>=0.38.0",
"logdetective-packit-message",
]
Expand All @@ -26,7 +26,7 @@ logdetective-packit-message = { path = "schema", editable = true }
example-pkg = "logdetective_packit:main"

[build-system]
requires = ["uv_build>=0.9.6,<0.10.0"]
requires = ["uv_build>=0.9.6,<0.11.8"]
build-backend = "uv_build"

[dependency-groups]
Expand Down
45 changes: 22 additions & 23 deletions uv.lock

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

Loading