[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/isort: 5.11.4 → 5.12.0](https://github.com/PyCQA/isort/compare/5.11.4...5.12.0)
- [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)
- [github.com/snakemake/snakefmt: v0.8.0 → v0.8.1](https://github.com/snakemake/snakefmt/compare/v0.8.0...v0.8.1)
This commit is contained in:
pre-commit-ci[bot] 2023-02-06 22:28:07 +00:00 committed by GitHub
parent d2f2634bae
commit 2e54f57899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ repos:
# Sort package imports alphabetically
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
@ -51,7 +51,7 @@ repos:
# Formatting with "black" coding style
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
# Format Python files
- id: black
@ -74,7 +74,7 @@ repos:
# Format Snakemake rule / workflow files
- repo: https://github.com/snakemake/snakefmt
rev: v0.8.0
rev: v0.8.1
hooks:
- id: snakefmt