Skip to content

Commit

Permalink
disable error from lint not seeing cython imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 9, 2024
1 parent dca8963 commit cfe770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ max-line-length = 200
no-pycodestyle = 'True'

[tool.pylint.'MESSAGES CONTROL']
disable=['no-name-in-module']
disable=['no-name-in-module', 'import-error']

[tool.pylint]
errors-only = 'True'
Expand Down

0 comments on commit cfe770a

Please sign in to comment.