[pre-commit.ci] pre-commit autoupdate

updates:
- https://github.com/myint/docformatterhttps://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)
This commit is contained in:
pre-commit-ci[bot] 2022-09-19 19:59:45 +00:00 committed by GitHub
parent 9027ffdbf8
commit 3546043a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,14 +35,14 @@ repos:
files: ^(scripts|doc)/ files: ^(scripts|doc)/
# Make docstrings PEP 257 compliant # Make docstrings PEP 257 compliant
- repo: https://github.com/myint/docformatter - repo: https://github.com/PyCQA/docformatter
rev: v1.5.0 rev: v1.5.0
hooks: hooks:
- id: docformatter - id: docformatter
args: ["--in-place", "--make-summary-multi-line", "--pre-summary-newline"] args: ["--in-place", "--make-summary-multi-line", "--pre-summary-newline"]
- repo: https://github.com/keewis/blackdoc - repo: https://github.com/keewis/blackdoc
rev: v0.3.5 rev: v0.3.7
hooks: hooks:
- id: blackdoc - id: blackdoc
@ -71,7 +71,7 @@ repos:
# Format Snakemake rule / workflow files # Format Snakemake rule / workflow files
- repo: https://github.com/snakemake/snakefmt - repo: https://github.com/snakemake/snakefmt
rev: 0.4.4 rev: v0.6.1
hooks: hooks:
- id: snakefmt - id: snakefmt