chore(pip-dev)(deps-dev): bump pre-commit from 3.8.0 to 4.0.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 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.8.0...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 15:19:06 +00:00
committed by Luke Tainton
parent e5e8f4f132
commit 4bf5589f5c
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ coverage = "^7.6.1"
pylint = "^3.2.6"
pylint-exit = "^1.2.0"
pytest = "^8.3.3"
pre-commit = "^3.8.0"
pre-commit = "^4.0.0"
[build-system]
requires = ["poetry-core"]