Update python dependencies

This commit is contained in:
Donkie
2025-03-16 18:23:40 +01:00
parent 11b12ac2e7
commit 92065fd8df
4 changed files with 312 additions and 314 deletions

View File

@@ -2,23 +2,23 @@ default_language_version:
python: python3.9
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-added-large-files
- id: check-case-conflict
- id: check-merge-conflict
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 25.1.0
hooks:
- id: black
args: ["--check"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.11.0
hooks:
- id: ruff
args: ["--target-version", "py39"]
- repo: https://github.com/pdm-project/pdm
rev: 2.17.3
rev: 2.22.4
hooks:
- id: pdm-lock-check