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.2](python-jsonschema/check-jsonschema@0.23.0...0.23.2)
- [github.com/asottile/reorder_python_imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.267...v0.0.276)
- [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 Jul 3, 2023
1 parent 0866541 commit fb6afb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ repos:
- id: "python-use-type-annotations"

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

- repo: "https://github.com/asottile/reorder_python_imports"
rev: "v3.9.0"
rev: "v3.10.0"
hooks:
- id: "reorder-python-imports"
args:
Expand All @@ -54,7 +54,7 @@ repos:

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
# Ruff version.
rev: 'v0.0.267'
rev: 'v0.0.276'
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 fb6afb6

Please sign in to comment.