[pre-commit.ci] pre-commit autoupdate
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)
This commit is contained in:
parent
9027ffdbf8
commit
3546043a3e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user