We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2eca24 commit da54f6fCopy full SHA for da54f6f
2 files changed
pyproject.toml
@@ -142,6 +142,7 @@ select = [
142
"ARG", # flake8-unused-arguments
143
"RET", # flake8-return
144
"PYI", # flake8-pyi
145
+ "PIE", # flake8-pie
146
"PERF", # Perflint
147
"FURB", # refurb
148
"RUF", # Ruff-specific rules
src/torchjd/autojac/_transform/_base.py
@@ -22,8 +22,6 @@
22
class RequirementError(ValueError):
23
"""Inappropriate set of inputs keys."""
24
25
- pass
26
-
27
28
class Transform(ABC):
29
"""
0 commit comments