diff options
author | 2025-07-15 16:53:30 -0700 | |
---|---|---|
committer | 2025-07-17 18:41:45 -0700 | |
commit | 97a9d85678605bd3720dc6a85fd2d6ff8b5ad379 (patch) | |
tree | d3ab537f233d6538190f53311a92a94e897dbed5 /.pre-commit-config.yaml | |
parent | Merge pull request #1547 from python-discord/resources-category-update (diff) |
Dependencies/docker to uv
Corrected dockerfile to copy uv over from build step
Probably fine, right? (I forgot how to dockerfile, please forgive me)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0d71042..acae72fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,6 @@ repos: - id: ruff name: ruff description: This hook runs ruff within our project's environment. - entry: poetry run ruff check --force-exclude + entry: uv run ruff check --force-exclude language: system types: [python] |