Skip to content

Commit

Permalink
Add missing tool.isort.skip_glob
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Dec 17, 2022
1 parent 8f8035f commit 6d037ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ lines_between_sections = 1
honor_noqa = true
skip_gitignore = true
skip = ["aesara/version.py", "**/__init__.py"]
skip_glob = ["**/*.pyx"]

[tool.mypy]
ignore_missing_imports = true
Expand Down

0 comments on commit 6d037ea

Please sign in to comment.