diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17b774b..a87db2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,9 +18,8 @@ repos: # Run the formatter. - id: ruff-format types_or: [ python, pyi ] -repos: - - repo: https://github.com/astral-sh/uv-pre-commit - # uv version. - rev: 0.6.17 - hooks: - - id: uv-lock \ No newline at end of file +- repo: https://github.com/astral-sh/uv-pre-commit +# uv version. + rev: 0.6.17 + hooks: + - id: uv-lock