Merge branch 'master' into update-readme-figure

This commit is contained in:
Fabian Neumann 2022-09-20 13:21:22 +02:00 committed by GitHub
commit 90f1bc5797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

2
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,2 @@
5d1ef8a64055a039aa4a0834d2d26fe7752fe9a0
92080b1cd2ca5f123158571481722767b99c2b27

View File

@ -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