We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cca68c commit 340c424Copy full SHA for 340c424
1 file changed
pyproject.toml
@@ -86,8 +86,6 @@ select = [
86
# but Python by default will raise a TypeError via vars(solution_result)
87
# if the result is not a class and therefore doesn't have a __dict__ attribute.
88
"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"]
91
92
# Ruff formatting
93
[tool.ruff.format]
0 commit comments