We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8526a commit a484199Copy full SHA for a484199
1 file changed
.code_quality/ruff.toml
@@ -43,7 +43,7 @@ ignore = [
43
"B027", # Empty method in ABC without abstractmethod (intentional in base providers)
44
"ARG001", # Unused function argument (intentional in interface implementations)
45
"ARG002", # Unused method argument (intentional in *args/**kwargs constructors and providers)
46
- "UP007", # Use X | Y for unions — incompatible with Pydantic v2 on Python 3.9
+ "UP007", # Use X | Y for unions — disabled due to Python 3.9 lacking support for this syntax
47
]
48
49
# Allowed configurations for specific rules
0 commit comments