Skip to content

Commit

Permalink
extract part of napari#6554
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Apr 11, 2024
1 parent f9773db commit bbc51a1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ updates:
prefix: "ci(dependabot):"
labels:
- "maintenance"
groups:
actions:
patterns:
- "*"
1 change: 1 addition & 0 deletions .github/workflows/reusable_build_wheel.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Build wheel workflow
on:
workflow_call:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable_pip_test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Test installed from pip
on:
workflow_call:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable_run_tox_test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Run test by tox
on:
workflow_call:
inputs:
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ addopts = "--maxfail=5 --durations=10 -rXxs"
console_output_style = "count"
pystack_threshold=60
pystack_args="--native-all"
minversion = "8"
log_cli_level = "INFO"
xfail_strict = true
testpaths = ["napari", "napari_builtins"]


# NOTE: only put things that will never change in here.
Expand Down Expand Up @@ -388,7 +392,7 @@ files = "napari"
exclude = "napari/utils/events/_tests/test_evented_model\\.py"
plugins = "numpy.typing.mypy_plugin, pydantic.mypy"
ignore_missing_imports = true
show_error_codes = true
hide_error_codes = false
warn_redundant_casts = true
disallow_incomplete_defs = true
disallow_untyped_calls = true
Expand Down

0 comments on commit bbc51a1

Please sign in to comment.