From 3546043a3e9c40c8cd236145d55b0a3d96d6481a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:59:45 +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: - https://github.com/myint/docformatter → https://github.com/PyCQA/docformatter - [github.com/keewis/blackdoc: v0.3.5 → v0.3.7](https://github.com/keewis/blackdoc/compare/v0.3.5...v0.3.7) - [github.com/snakemake/snakefmt: 0.4.4 → v0.6.1](https://github.com/snakemake/snakefmt/compare/0.4.4...v0.6.1) --- .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 0bed73b8..f8615145 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,14 +35,14 @@ repos: files: ^(scripts|doc)/ # Make docstrings PEP 257 compliant -- repo: https://github.com/myint/docformatter +- repo: https://github.com/PyCQA/docformatter rev: v1.5.0 hooks: - id: docformatter args: ["--in-place", "--make-summary-multi-line", "--pre-summary-newline"] - repo: https://github.com/keewis/blackdoc - rev: v0.3.5 + rev: v0.3.7 hooks: - id: blackdoc @@ -71,7 +71,7 @@ repos: # Format Snakemake rule / workflow files - repo: https://github.com/snakemake/snakefmt - rev: 0.4.4 + rev: v0.6.1 hooks: - id: snakefmt