From ce496607ded7a67a49c82229272d8ee6d6b8c890 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 18:06:52 +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: - [github.com/myint/autoflake: v1.5.1 → v1.5.3](https://github.com/myint/autoflake/compare/v1.5.1...v1.5.3) - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0) - [github.com/DanielNoord/pydocstringformatter: v0.7.1 → v0.7.2](https://github.com/DanielNoord/pydocstringformatter/compare/v0.7.1...v0.7.2) --- .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 a05a4083..1e36dc54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-toml exclude: &test-data "tests/data" - repo: https://github.com/myint/autoflake - rev: v1.5.1 + rev: v1.5.3 hooks: - id: autoflake exclude: *test-data @@ -30,7 +30,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black exclude: *test-data @@ -56,7 +56,7 @@ repos: additional_dependencies: [pytest-stub==1.1.0, types-docutils~=0.17.5, sphinx~=4.4] - repo: https://github.com/DanielNoord/pydocstringformatter - rev: v0.7.1 + rev: v0.7.2 hooks: - id: pydocstringformatter exclude: *test-data