diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3338bab..d289950 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb40ec..6e8c93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/) - -