pre-commit autoupdate 2023-08-25

This commit is contained in:
Christian Clauss
2023-08-25 13:49:04 +02:00
committed by Oz Tiram
parent 82d6df0dab
commit dc5430144d
+3 -3
View File
@@ -18,13 +18,13 @@ repos:
exclude: .patch
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.275
rev: v0.0.285
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
@@ -53,6 +53,6 @@ repos:
stages: [manual]
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.13
rev: v0.14
hooks:
- id: validate-pyproject