Skip to content

Commit

Permalink
chore(deps): bump pre-commit to v3.6.2
Browse files Browse the repository at this point in the history
| datasource  | package               | from   | to     |
| ----------- | --------------------- | ------ | ------ |
| pypi        | pre-commit            | 3.6.0  | 3.6.2  |
| github-tags | pre-commit/pre-commit | v3.6.0 | v3.6.2 |
  • Loading branch information
renovate-bot committed Mar 19, 2024
1 parent 6182815 commit 026ae99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.0 # Keep in sync with pyproject.toml.
rev: v3.6.2 # Keep in sync with pyproject.toml.
hooks:
- id: validate_manifest

Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
# Keep in sync with .pre-commit-config.yaml.
commitizen = "==3.13.0"
pre-commit = "==3.6.0"
pre-commit = "==3.6.2"

0 comments on commit 026ae99

Please sign in to comment.