Update pre-commit hooks. (#335)

Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-12-05 12:19:18 +01:00
committed by GitHub
parent b393c11ecb
commit a52f670c85
+2 -2
View File
@@ -15,7 +15,7 @@ repos:
args: ["--target-version", "3.0"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@@ -27,7 +27,7 @@ repos:
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black