Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.4.0
+ rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- --branch=main
- id: debug-statements
- repo: https://github.com/charliermarsh/ruff-pre-commit
- rev: 'v0.0.287'
+ rev: 'v0.1.3'
hooks:
- id: ruff
- repo: https://github.com/psf/black
- rev: 23.7.0
+ rev: 23.10.1
hooks:
- id: black
args:
- --safe
- --quiet
- repo: https://github.com/codespell-project/codespell
- rev: v2.2.5
+ rev: v2.2.6
hooks:
- id: codespell
args: []