Skip to content

Commit

Permalink
pre-commit: Autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Nov 17, 2023
1 parent 14d8928 commit e374d8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fail_fast: false

repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: "check-added-large-files"
- id: "check-ast"
Expand All @@ -36,25 +36,25 @@ repos:
- id: "python-use-type-annotations"

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

- repo: "https://github.com/asottile/reorder_python_imports"
rev: "v3.10.0"
rev: "v3.12.0"
hooks:
- id: "reorder-python-imports"
args:
- "--py39-plus"

- repo: "https://github.com/psf/black"
rev: "23.3.0"
rev: "23.11.0"
hooks:
- id: "black"

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

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

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

0 comments on commit e374d8e

Please sign in to comment.