Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#22)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.286](astral-sh/ruff-pre-commit@v0.0.284...v0.0.286)
- [github.com/seddonym/import-linter: v1.10.0 → v1.11.1](seddonym/import-linter@v1.10.0...v1.11.1)
- [github.com/python-jsonschema/check-jsonschema: 0.24.1 → 0.26.3](python-jsonschema/check-jsonschema@0.24.1...0.26.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Aug 30, 2023
1 parent 1312efb commit fa3f8c7
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 @@ -13,15 +13,15 @@ repos:
- id: black
pass_filenames: true
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.284
rev: v0.0.286
hooks:
- id: ruff
- repo: https://github.com/seddonym/import-linter
rev: v1.10.0
rev: v1.11.1
hooks:
- id: import-linter
stages: [manual]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.24.1
rev: 0.26.3
hooks:
- id: check-github-workflows

0 comments on commit fa3f8c7

Please sign in to comment.