mirror of
https://github.com/pelican-plugins/share-post.git
synced 2025-10-15 17:08:54 +02:00
Merge branch 'pelican-plugins:main' into main
This commit is contained in:
commit
59f405d719
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
ci:
|
||||
autoupdate_schedule: quarterly
|
||||
|
||||
# See https://pre-commit.com/hooks.html for info on hooks
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
|
@ -17,7 +20,7 @@ repos:
|
|||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.12.0
|
||||
rev: 23.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
|
|
@ -29,6 +32,6 @@ repos:
|
|||
language_version: python3
|
||||
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: v5.11.3
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue