Skip to content

Commit

Permalink
Merge pull request #1811 from bowtie-json-schema/pre-commit-ci-update…
Browse files Browse the repository at this point in the history
…-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Julian authored Feb 3, 2025
2 parents 9c1427e + fd15b4e commit 2dd29de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ repos:
args: [--fix, lf]
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.3"
rev: "v0.9.4"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- name: ensure bowtie's own schemas are valid
id: check-metaschema
Expand All @@ -42,7 +42,7 @@ repos:
pass_filenames: false
entry: .pre-commit-hooks/check-lintsonschema-schema
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- name: black (python implementations & bowtie internals)
id: black
Expand Down

0 comments on commit 2dd29de

Please sign in to comment.