Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0)
- [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.38.0](igorshubovych/markdownlint-cli@v0.37.0...v0.38.0)
- [github.com/snakemake/snakefmt: v0.8.4 → v0.8.5](snakemake/snakefmt@v0.8.4...v0.8.5)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent a55e529 commit 7432280
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: "23.9.1"
rev: "23.12.1"
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -20,15 +20,15 @@ repos:
- id: flake8
additional_dependencies: [flake8-docstrings]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.5.1"
rev: "v1.8.0"
hooks:
- id: mypy
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
args: ["--disable", "MD013", "--"]
- repo: https://github.com/snakemake/snakefmt
rev: v0.8.4
rev: v0.8.5
hooks:
- id: snakefmt

0 comments on commit 7432280

Please sign in to comment.