From 661c8d3266469f1dd7fd87467ebe6b776b52c10f 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:27:59 +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: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...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 7a179aa..e3fe8d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,13 @@ repos: language: pygrep files: \.(py|sh|rst|yml|yaml)$ - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black args: [--check, --diff] exclude: ^tests/test_cases/example_unicode.py - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: [ @@ -51,14 +51,14 @@ repos: additional_dependencies: [black==22.6.0] exclude: ^(.github/|tests/test_cases/example_unicode.py) - 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)$