Skip to content

Commit

Permalink
add a small comment to summarize the pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdcs committed Jan 3, 2025
1 parent 1a49fff commit affff94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# The pre-commit steps used by colour are:
# * codespell
# * isort
# * ruff-format
# * ruff --fix
# * blacken-docs
# * prettier (with specific fixes)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v5.0.0"
Expand Down

0 comments on commit affff94

Please sign in to comment.