[pre-commit.ci] pre-commit autoupdate (#307)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2023-12-18 14:33:06 -08:00 committed by GitHub
parent 001650990f
commit b8699f29d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ repos:
additional_dependencies: [tomli>=2.0.1]
args: ["--in-place"]
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/tox-dev/tox-ini-fmt
@ -30,7 +30,7 @@ repos:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.11.4"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.7"
rev: "v0.1.8"
hooks:
- id: ruff
args: ["--fix"]