pre-commit autoupdate

This commit is contained in:
Hynek Schlawack 2024-02-21 08:26:20 +01:00
parent fe7ebb0b97
commit 12a3f76ff4
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ ci:
repos:
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.2.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]