mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 11:19:31 +00:00
chore: run pre-commit autoupdate
This commit is contained in:
parent
e5bdbce618
commit
7923fab077
28 changed files with 31 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue