Merge pull request #2 from pelican-plugins/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Leonardo Giordani 2021-05-04 08:10:57 +01:00 committed by GitHub
commit a130020af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View file

@ -14,18 +14,18 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 21.4b2
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.0
- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
hooks:
- id: flake8
args: [--max-line-length=88]
language_version: python3.7
language_version: python3
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.8.0
hooks:
- id: isort

View file

@ -7,5 +7,3 @@ CHANGELOG
Initial release as namespace plugin
[Justin Mayer](https://github.com/justinmayer) [PR #1](https://github.com/pelican-plugins/share-post/pull/1/)