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.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/commitizen-tools/commitizen: v2.37.0 → 3.5.3](commitizen-tools/commitizen@v2.37.0...3.5.3)
- [github.com/adrienverge/yamllint.git: v1.26.3 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.32.0)
- [github.com/executablebooks/mdformat: 0.7.14 → 0.7.16](executablebooks/mdformat@0.7.14...0.7.16)
- [github.com/python-jsonschema/check-jsonschema: 0.18.4 → 0.23.3](python-jsonschema/check-jsonschema@0.18.4...0.23.3)
- [github.com/asottile/pyupgrade: v2.37.2 → v3.9.0](asottile/pyupgrade@v2.37.2...v3.9.0)
- [github.com/psf/black: 22.6.0 → 23.7.0](psf/black@22.6.0...23.7.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.225 → v0.0.280](astral-sh/ruff-pre-commit@v0.0.225...v0.0.280)
- [github.com/kynan/nbstripout: 0.5.0 → 0.6.1](kynan/nbstripout@0.5.0...0.6.1)
- [github.com/nbQA-dev/nbQA: 1.6.1 → 1.7.0](nbQA-dev/nbQA@1.6.1...1.7.0)
- [github.com/snakemake/snakefmt: v0.6.0 → v0.8.4](snakemake/snakefmt@v0.6.0...v0.8.4)
  • Loading branch information
pre-commit-ci[bot] committed Jul 24, 2023
1 parent 7b8d198 commit 74f4297
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ default_stages: [commit]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml

- repo: https://github.com/commitizen-tools/commitizen
rev: v2.37.0
rev: 3.5.3
hooks:
- id: commitizen

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.32.0
hooks:
- id: yamllint
args: ["-d relaxed"]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.14 # Use the ref you want to point at
rev: 0.7.16 # Use the ref you want to point at
hooks:
- id: mdformat
# Optionally add plugins
Expand All @@ -29,38 +29,38 @@ repos:
- mdformat-black

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.18.4
rev: 0.23.3
hooks:
- id: check-github-workflows

- repo: https://github.com/asottile/pyupgrade
rev: v2.37.2
rev: v3.9.0
hooks:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.7.0
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.225
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.280
hooks:
- id: ruff

- repo: https://github.com/kynan/nbstripout
rev: 0.5.0
rev: 0.6.1
hooks:
- id: nbstripout
args: ["--keep-output"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.1
rev: 1.7.0
hooks:
- id: nbqa-black
- id: nbqa-ruff

- repo: https://github.com/snakemake/snakefmt
rev: v0.6.0
rev: v0.8.4
hooks:
- id: snakefmt

0 comments on commit 74f4297

Please sign in to comment.