Bump pre-commit from 3.7.1 to 4.0.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 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](https://github.com/pre-commit/pre-commit/compare/v3.7.1...v4.0.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-07 08:46:43 +00:00
committed by GitHub
parent c57e82230b
commit 646fdef24c
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ pyhumps = "^3.0.2"
[tool.poetry.dev-dependencies]
pytest = "^8.3"
pre-commit = "^3.7.1"
pre-commit = "^4.0.0"
black = "^24.4"
pylint = "^3.3.0"
isort = "^5.10.1"