[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/tox-dev/pyproject-fmt: 1.4.0 → 1.5.1](https://github.com/tox-dev/pyproject-fmt/compare/1.4.0...1.5.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.3...v0.1.5)
This commit is contained in:
pre-commit-ci[bot]
2023-11-13 18:22:22 +00:00
committed by GitHub
parent d99c904cf7
commit f672cff135

View File

@ -4,7 +4,7 @@ repos:
# Apply a consistent format to pyproject.toml files.
# https://pyproject-fmt.readthedocs.io/en/latest/
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.4.0"
rev: "1.5.1"
hooks:
- id: pyproject-fmt
@ -42,7 +42,7 @@ repos:
# An extremely fast Python linter and formatter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.5
hooks:
- id: ruff-format
- id: ruff