Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#23)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/hadialqattan/pycln: v2.2.2 → v2.4.0](hadialqattan/pycln@v2.2.2...v2.4.0)
- [github.com/psf/black-pre-commit-mirror: 23.7.0 → 24.1.1](psf/black-pre-commit-mirror@23.7.0...24.1.1)
- [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.2.0](astral-sh/ruff-pre-commit@v0.0.286...v0.2.0)
- [github.com/seddonym/import-linter: v1.11.1 → v2.0](seddonym/import-linter@v1.11.1...v2.0)
- [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.4](python-jsonschema/check-jsonschema@0.26.3...0.27.4)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 15, 2024
1 parent ce5c914 commit 3f37d18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ repos:
hooks:
- id: absolufy-imports
- repo: https://github.com/hadialqattan/pycln
rev: v2.2.2
rev: v2.4.0
hooks:
- id: pycln
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
rev: 24.1.1
hooks:
- id: black
pass_filenames: true
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.286
rev: v0.2.0
hooks:
- id: ruff
- repo: https://github.com/seddonym/import-linter
rev: v1.11.1
rev: v2.0
hooks:
- id: import-linter
stages: [manual]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.27.4
hooks:
- id: check-github-workflows

Expand Down
1 change: 1 addition & 0 deletions napari_plugin_manager/qt_package_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Available actions for each tool are `install`, `uninstall`
and `cancel`.
"""

import atexit
import contextlib
import os
Expand Down

0 comments on commit 3f37d18

Please sign in to comment.