Skip to content

Commit a484199

Browse files
Update .code_quality/ruff.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0d8526a commit a484199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.code_quality/ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ignore = [
4343
"B027", # Empty method in ABC without abstractmethod (intentional in base providers)
4444
"ARG001", # Unused function argument (intentional in interface implementations)
4545
"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
46+
"UP007", # Use X | Y for unions — disabled due to Python 3.9 lacking support for this syntax
4747
]
4848

4949
# Allowed configurations for specific rules

0 commit comments

Comments
 (0)