Skip to content

Commit 73a50fb

Browse files
author
iguinn
committed
Another try at pre-commit
1 parent 7b854d7 commit 73a50fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ isort.required-imports = ["from __future__ import annotations"]
146146
[tool.ruff.lint.per-file-ignores]
147147
"tests/**" = ["T20"]
148148
"noxfile.py" = ["T20"]
149-
"docs/source/notebooks" = ["T201", "E402"]
149+
"docs/source/notebooks/*" = ["T201", "E402"]
150150

151151
[tool.pylint]
152152
py-version = "3.8"

0 commit comments

Comments
 (0)