chore: run pre-commit autoupdate

This commit is contained in:
Filip Christiansen 2025-03-21 13:12:00 +01:00
parent e5bdbce618
commit 7923fab077
No known key found for this signature in database
28 changed files with 31 additions and 34 deletions

View file

@ -39,7 +39,7 @@ repos:
description: "Automatically convert relative imports to absolute. (Use `args: [--never]` to revert.)"
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
@ -61,7 +61,7 @@ repos:
description: "Enforce that python3.6+ type annotations are used instead of type comments."
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.1
hooks:
- id: isort
description: "Sort imports alphabetically, and automatically separated into sections and by type."
@ -73,7 +73,7 @@ repos:
- id: djlint-reformat-jinja
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
description: "Lint markdown files."
@ -88,7 +88,7 @@ repos:
files: ^src/
- repo: https://github.com/pycqa/pylint
rev: v3.3.3
rev: v3.3.6
hooks:
- id: pylint
name: pylint for source