Skip to content

Commit

Permalink
docs: Doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Dec 7, 2023
1 parent 9255f96 commit 697b4d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ repos:
# pre-commit hooks
# ----------

# Hooks that actively "change" files (formatters etc.)
# ----------------------------------

# Standard pre-commit rules
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down Expand Up @@ -40,6 +43,9 @@ repos:
- --target-version
- py311

# Hooks that do not "change" files (linters etc.)
# --------------------------------

# MyPy
#- repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.7.1
Expand Down

0 comments on commit 697b4d3

Please sign in to comment.