Skip to content

Commit

Permalink
Fix mypy for 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamarnix committed Feb 12, 2024
1 parent 9c2cb6c commit 02f3fe0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ strict_concatenate = True
disallow_subclassing_any = True
disallow_untyped_decorators = True
disallow_any_generics = True
mypy_path=.pixi/env/Library/python:.pixi/env/share/qgis/python
mypy_path=.pixi/envs/default/Library/python

# Ignore errors for imported packages.
[mypy-console.*]
ignore_errors = True

[mypy-qgis.*]
ignore_errors = True
Expand Down

0 comments on commit 02f3fe0

Please sign in to comment.