From bf2dca8df6f3fcfb69e6c53e5e825350be0d665d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 17:36:04 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 19.10b0 → 21.4b2](https://github.com/psf/black/compare/19.10b0...21.4b2) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.0 → 3.9.1](https://github.com/PyCQA/flake8/compare/3.9.0...3.9.1) - [github.com/PyCQA/isort: 5.7.0 → 5.8.0](https://github.com/PyCQA/isort/compare/5.7.0...5.8.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3338bab..179bc61 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 - repo: https://github.com/PyCQA/isort - rev: 5.7.0 + rev: 5.8.0 hooks: - id: isort From 10931570ba071bbd2a5d589f78ba67560038e1b5 Mon Sep 17 00:00:00 2001 From: Leonardo Giordani Date: Tue, 4 May 2021 08:08:46 +0100 Subject: [PATCH 2/2] Fixed file termination --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 179bc61..d289950 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: flake8 args: [--max-line-length=88] - language_version: python3.7 + language_version: python3 - repo: https://github.com/PyCQA/isort rev: 5.8.0 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/) - -