Skip to content

Commit

Permalink
Update pre-commit requirement in the development-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.

Updates `pre-commit` to 4.0.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 4a50ae7 commit 9670579
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 @@ -19,7 +19,7 @@ flake8 = "^7"
isort = "^5"
pyright = "^1"
pytest = "^8"
pre-commit = "^3"
pre-commit = "^4"

[tool.poetry.scripts]
setup = "scripts.setup_environment:setup"

0 comments on commit 9670579

Please sign in to comment.