Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jul 24, 2022
1 parent 1012c03 commit 8c31339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ repos:
additional_dependencies:
- flake8-typing-imports>=1.9.0
- flake8-pyprojecttoml
args: ["--min-python-version=3.8.0"]

- repo: https://github.com/tlambert03/napari-plugin-checks
rev: v0.2.0
Expand All @@ -34,3 +33,5 @@ repos:
rev: v0.971
hooks:
- id: mypy
exclude: scripts

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,11 @@ filterwarnings = [
]

[tool.mypy]
files = "napari_aicsimageio/*.py"
ignore_missing_imports = true
disallow_untyped_defs = true
check_untyped_defs = true

show_error_codes = true

# https://flake8.pycqa.org/en/latest/user/options.html
# https://gitlab.com/durko/flake8-pyprojecttoml
Expand Down

0 comments on commit 8c31339

Please sign in to comment.