Update hooks

This commit is contained in:
David Doblas Jiménez 2023-10-22 15:51:22 +02:00
parent 4f397ec288
commit d8c5686ed6

View File

@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
@ -16,6 +16,6 @@ repos:
- id: isort
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.263"
rev: "v0.1.1"
hooks:
- id: ruff