Skip to content

Commit

Permalink
Merge pull request #30 from napari/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca authored May 28, 2024
2 parents 27d9c09 + d798a7f commit 77771b0
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 @@ -8,12 +8,12 @@ repos:
hooks:
- id: pycln
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
pass_filenames: true
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.4.3
hooks:
- id: ruff
- repo: https://github.com/seddonym/import-linter
Expand All @@ -22,7 +22,7 @@ repos:
- id: import-linter
stages: [manual]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.4
rev: 0.28.2
hooks:
- id: check-github-workflows

Expand Down

0 comments on commit 77771b0

Please sign in to comment.