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/python-jsonschema/check-jsonschema: 0.23.0 → 0.23.1](python-jsonschema/check-jsonschema@0.23.0...0.23.1)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.267...v0.0.272)
- [github.com/python-poetry/poetry: 1.4.0 → 1.5.0](python-poetry/poetry@1.4.0...1.5.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 12, 2023
1 parent 0866541 commit 79c4da5
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 @@ -36,7 +36,7 @@ repos:
- id: "python-use-type-annotations"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.23.0"
rev: "0.23.1"
hooks:
- id: "check-github-workflows"

Expand All @@ -54,7 +54,7 @@ repos:

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
# Ruff version.
rev: 'v0.0.267'
rev: 'v0.0.272'
hooks:
- id: "ruff"

Expand All @@ -64,7 +64,7 @@ repos:
- id: "nbstripout"

- repo: "https://github.com/python-poetry/poetry"
rev: "1.4.0"
rev: "1.5.0"
hooks:
- id: "poetry-check"
- id: "poetry-lock"
Expand Down

0 comments on commit 79c4da5

Please sign in to comment.