Update .pre-commit-config.yaml

This commit is contained in:
Donkie
2023-07-04 12:14:08 +02:00
parent 899b4ee77d
commit 8dad76f277

View File

@@ -1,3 +1,5 @@
default_language_version:
python: python3.9
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
@@ -12,6 +14,7 @@ repos:
rev: 23.3.0
hooks:
- id: black
args: ["--check"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.270
hooks: