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/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7)
- [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.38.0](igorshubovych/markdownlint-cli@v0.37.0...v0.38.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.2 → 0.27.3](python-jsonschema/check-jsonschema@0.27.2...0.27.3)
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2023
1 parent be9bf09 commit 8c3681b
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 @@ -12,13 +12,13 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.6'
rev: 'v0.1.7'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint-fix
args: [ "--ignore", "book/**/*.md" ]
Expand All @@ -29,7 +29,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.2
rev: 0.27.3
hooks:
- id: check-dependabot
args: ["--verbose"]
Expand Down

0 comments on commit 8c3681b

Please sign in to comment.