Skip to content

Commit

Permalink
ignore scripts files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasberent committed Nov 19, 2024
1 parent 3761c14 commit bffd7dd
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 @@ -278,7 +278,7 @@ isort.required-imports = ["from __future__ import annotations"]
"E402", # Allow imports to appear anywhere in Jupyter notebooks
"I002", # Allow missing `from __future__ import annotations` import
]
"scripts/*" = ["T201"]
"scripts/**" = ["T201"]

[tool.ruff.lint.pydocstyle]
convention = "google"
Expand Down

0 comments on commit bffd7dd

Please sign in to comment.