Skip to content

Commit

Permalink
pre-commit autoupdate (#5645)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 23.1.0 →
23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.256 →
v0.0.261](astral-sh/ruff-pre-commit@v0.0.256...v0.0.261)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Grzegorz Bokota <[email protected]>
  • Loading branch information
2 people authored and jaimergp committed Apr 25, 2023
1 parent 11af400 commit fe330f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions napari_plugin_manager/qt_package_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
from qtpy.QtCore import QObject, QProcess, QProcessEnvironment, Signal
from qtpy.QtWidgets import QTextEdit

from napari._version import version as _napari_version
from napari._version import version_tuple as _napari_version_tuple
from napari._version import (
version as _napari_version,
version_tuple as _napari_version_tuple,
)
from napari.plugins import plugin_manager
from napari.plugins.npe2api import _user_agent
from napari.utils._appdirs import user_plugin_dir, user_site_packages
Expand Down

0 comments on commit fe330f2

Please sign in to comment.