aboutsummaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2025-07-15 16:53:30 -0700
committerGravatar Xithrius <[email protected]>2025-07-17 18:41:45 -0700
commit97a9d85678605bd3720dc6a85fd2d6ff8b5ad379 (patch)
treed3ab537f233d6538190f53311a92a94e897dbed5 /.pre-commit-config.yaml
parentMerge 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.yaml2
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]