From 4759ec6e576f3acaf8296b5aea4570b4f33d4675 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:32:04 +0000 Subject: [PATCH 1/2] [pre-commit.ci] autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) - [github.com/rstcheck/rstcheck: v6.1.1 → v6.1.2](https://github.com/rstcheck/rstcheck/compare/v6.1.1...v6.1.2) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index caf1c22..b88a6e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace files: \.(py|sh|rst|yml|yaml)$ - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black exclude: tests/ @@ -46,14 +46,14 @@ repos: additional_dependencies: [black==23.1.0] exclude: ^.github/ - repo: https://github.com/rstcheck/rstcheck - rev: v6.1.1 + rev: v6.1.2 hooks: - id: rstcheck args: [ --report-level=warning, ] - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell files: \.(py|sh|rst|yml|yaml)$ From 11d10eb7685fbb57c611e1fc81060902911b7e65 Mon Sep 17 00:00:00 2001 From: Peter Cock