Skip to content

Commit

Permalink
Set minimum_pre_commit_version in pre-commit config (#5626)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke authored Jan 7, 2025
1 parent d50dd24 commit b9eb7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
exclude: "{{cookiecutter.project_slug}}|.github/contributors.json|CHANGELOG.md|CONTRIBUTORS.md"
default_stages: [pre-commit]
minimum_pre_commit_version: "3.2.0"

default_language_version:
python: python3.12
Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
exclude: '^docs/|/migrations/|devcontainer.json'
default_stages: [pre-commit]
minimum_pre_commit_version: "3.2.0"

default_language_version:
python: python3.12
Expand Down

0 comments on commit b9eb7c8

Please sign in to comment.