summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b15c40c..3bd98c7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ ignore = [
"D212", # multi-line-summary-first-line
"DOC201", # docstring-missing-returns
"E203", # whitespace-before-punctuation, doesn't work with ruff format
- "EXE001", # shebang-not-executable, remove this when run.sh is working
+ "EXE003", # shebang-missing-python, we use run.sh
"INP001", # implicit-namespace-package
"N999", # invalid-module-name
"PLR0402", # manual-from-import, prefer imports like Haskell