Skip to content

Commit

Permalink
Updating nhcommons linter
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed Jan 16, 2024
1 parent edddfa6 commit a787697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nh-commons-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:

- uses: psf/black@stable
with:
options: "--check --diff --color --verbose"
options: "--check --diff --color --verbose --extend-exclude '.*/tests/.*'"
version: "~= 23.1.0"
src: "./napari-hub-commons"
2 changes: 1 addition & 1 deletion napari-hub-commons/src/nhcommons/utils/github_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
_DEFAULT_DESCRIPTION = (
"The developer has not yet provided a napari-hub " "specific description."
)
_HUB_CONFIG_KEYS = {'labels'}
_HUB_CONFIG_KEYS = {"labels"}


def is_valid_repo_url(url: str) -> bool:
Expand Down

0 comments on commit a787697

Please sign in to comment.