Skip to content

Commit

Permalink
Merge pull request #129 from data-exp-lab/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
chrishavlin authored Mar 19, 2024
2 parents bd13651 + 7169a9f commit 1a140e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.12.0]
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.0
rev: v2.3.1
hooks:
- id: autoflake
args: ["--in-place", "--remove-all-unused-imports"]
Expand All @@ -24,7 +24,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/tlambert03/napari-plugin-checks
Expand Down

0 comments on commit 1a140e7

Please sign in to comment.