Skip to content

Commit 340c424

Browse files
committed
Remove unneeded per-file ignore
1 parent 0cca68c commit 340c424

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ select = [
8686
# but Python by default will raise a TypeError via vars(solution_result)
8787
# if the result is not a class and therefore doesn't have a __dict__ attribute.
8888
"tutorial/tests/test_object_oriented_programming.py" = ["B904"]
89-
# Ignore invalid names like `import torch.nn.functional as F`
90-
"25_library_pytorch_language_modeling.ipynb" = ["N812"]
9189

9290
# Ruff formatting
9391
[tool.ruff.format]

0 commit comments

Comments
 (0)