Skip to content

Commit

Permalink
Make local pre-commit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 14, 2024
1 parent 348cc25 commit 88c39b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docs = [
# Pin also present in tox.ini
"towncrier<24.7",
]
dev = ["attrs[tests]", "pre-commit"]
dev = ["attrs[tests]", "pre-commit-uv"]

[project.urls]
Documentation = "https://www.attrs.org/"
Expand Down

0 comments on commit 88c39b3

Please sign in to comment.