build(deps-dev): bump pre-commit-hooks from 4.3.0 to 4.4.0

Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases)
- [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-20 01:11:58 +00:00
parent 4eb9a46b1d
commit 3bab148bef
2 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ flake8-rst-docstrings = "^0.2.7"
pep8-naming = "^0.13.2"
darglint = "^1.8.1"
reorder-python-imports = "^3.9.0"
pre-commit-hooks = "^4.2.0"
pre-commit-hooks = "^4.4.0"
Pygments = "^2.13.0"
pyupgrade = "^3.3.1"
furo = ">=2021.11.12"