8000 Add pre-commit by NMertsch · Pull Request #219 · EuroPython/discord · GitHub
[go: up one dir, main page]

Skip to content

Add pre-commit #219

8000 New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
May 11, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Remove uv-lock pre-commit hook
Dependabot is responsible for this task
  • Loading branch information
NMertsch committed May 11, 2025
commit ff112e47d229d55ae12b24cc4d3b158c3fa40a57
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ repos:
- id: check-toml
- id: check-added-large-files

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.7.3
hooks:
- id: uv-lock

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.9
hooks:
Expand Down
0