From 286bafa28498b8f8f8842b9b59e1ff6cec85629f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 05:34:00 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v2.3.0...v4.0.1) - [github.com/psf/black: 19.3b0 → 21.7b0](https://github.com/psf/black/compare/19.3b0...21.7b0) - [github.com/kynan/nbstripout: master → 0.5.0](https://github.com/kynan/nbstripout/compare/master...0.5.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- CONTRIBUTORS | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b98277fd..649fa1de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.0.1 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 19.3b0 + rev: 21.7b0 hooks: - id: black - repo: https://github.com/kynan/nbstripout - rev: master + rev: 0.5.0 hooks: - id: nbstripout files: ".ipynb" diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2d4b231c..1afa2942 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -12,4 +12,3 @@ Many thanks to the following users who have contributed to improving the content @RyPeck @zmilicc @MridulS -