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/pycqa/isort: 5.11.2 → 5.12.0](PyCQA/isort@5.11.2...5.12.0)
- [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4)
- [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.23.1](python-jsonschema/check-jsonschema@0.19.2...0.23.1)
  • Loading branch information
pre-commit-ci[bot] authored Jun 6, 2023
1 parent ce69762 commit 297f537
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
@@ -1,12 +1,12 @@
repos:

- repo: https://github.com/pycqa/isort
rev: 5.11.2
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
args:
Expand All @@ -18,7 +18,7 @@ repos:
- id: flake8

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
args: ["--toml", "pyproject.toml"]
Expand All @@ -39,6 +39,6 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.2
rev: 0.23.1
hooks:
- id: check-github-workflows

0 comments on commit 297f537

Please sign in to comment.