From ced3fc1f33f8e2aed626dbac91904f463d9b94fc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 18:54:09 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - git://github.com/pre-commit/pre-commit-hooks: v2.5.0 → v4.0.1 - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.1 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.8.1...4.0.1) - [github.com/psf/black: 19.10b0 → 21.11b1](https://github.com/psf/black/compare/19.10b0...21.11b1) - [github.com/pre-commit/pygrep-hooks: v1.5.1 → v1.9.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.5.1...v1.9.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7444b20..a8e5b01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^docs/conf.py' repos: - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v4.0.1 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -17,17 +17,17 @@ repos: - id: check-merge-conflict - id: mixed-line-ending args: ['--fix=no'] -- repo: https://gitlab.com/pycqa/flake8 - rev: '3.8.1' # pick a git hash / tag to point to +- repo: https://github.com/PyCQA/flake8 + rev: '4.0.1' # pick a git hash / tag to point to hooks: - id: flake8 additional_dependencies: - flake8-rst-docstrings - repo: https://github.com/psf/black - rev: 19.10b0 + rev: 21.11b1 hooks: - id: black - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.5.1 + rev: v1.9.0 hooks: - id: rst-backticks