Skip to content

Commit 9191f01

Browse files
authored
Merge pull request #35 from jpodivin/pre-commit-freeze
Pinning pre-commit hooks to hashes
2 parents b53829d + d0a4c23 commit 9191f01

3 files changed

Lines changed: 27 additions & 28 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/astral-sh/uv-pre-commit
1212
# uv version.
13-
rev: "0.9.6"
13+
rev: "6a280ba12b7901e47757c868c8c13c6a624c9ecb" # frozen: 0.11.7
1414
hooks:
1515
- id: uv-lock
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.14.3
18+
rev: b831c3dc5d27d9da294ae4e915773b99aa24a7c5 # frozen: v0.15.10
1919
hooks:
2020
# Run the linter.
2121
- id: ruff-check

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"sentry_sdk>=2.17.0,<3.0.0",
1515
"httpx>=0.28.1",
1616
"pydantic>=2.12.3",
17-
"ruff>=0.14.2",
17+
"ruff>=0.15.10",
1818
"uvicorn>=0.38.0",
1919
"logdetective-packit-message",
2020
]
@@ -26,7 +26,7 @@ logdetective-packit-message = { path = "schema", editable = true }
2626
example-pkg = "logdetective_packit:main"
2727

2828
[build-system]
29-
requires = ["uv_build>=0.9.6,<0.10.0"]
29+
requires = ["uv_build>=0.9.6,<0.11.8"]
3030
build-backend = "uv_build"
3131

3232
[dependency-groups]

uv.lock

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)