From f370d61fac962370e725ac456ce142c96be20e59 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:28:06 +0000 Subject: [PATCH] [pre-commit.ci] autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.2...5.0.4) - [github.com/myint/rstcheck: v6.0.0.post1 → v6.1.0](https://github.com/myint/rstcheck/compare/v6.0.0.post1...v6.1.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.1) --- .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 a8ad1e9..17f9cc7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,13 +20,13 @@ repos: - id: trailing-whitespace files: \.(py|sh|rst|yml|yaml)$ - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black exclude: tests/ args: [--check] - repo: https://github.com/PyCQA/flake8 - rev: 5.0.2 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: [ @@ -46,14 +46,14 @@ repos: additional_dependencies: [black==22.6.0] exclude: ^.github/ - repo: https://github.com/myint/rstcheck - rev: v6.0.0.post1 + rev: v6.1.0 hooks: - id: rstcheck args: [ --report-level=warning, ] - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.1 hooks: - id: codespell files: \.(py|sh|rst|yml|yaml)$