File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ indent-width = 4 # Google Style Guide §3.4: 4 spaces
199199target-version = " py310" # Minimum Python version
200200
201201[tool .ruff .lint ]
202+ preview = true
203+ explicit-preview-rules = true
202204ignore = [
203205 " COM812" , # Trailing comma missing.
204206 " FBT001" , # Boolean positional arg in function definition
Original file line number Diff line number Diff line change 9393 'AgentProvider' ,
9494 'AgentSkill' ,
9595 'Artifact' ,
96- 'AuthenticatedExtendedCardNotConfiguredError' ,
9796 'AuthenticationInfo' ,
9897 'AuthorizationCodeOAuthFlow' ,
9998 'CancelTaskRequest' ,
10099 'ClientCredentialsOAuthFlow' ,
101100 'ContentTypeNotSupportedError' ,
102101 'DeleteTaskPushNotificationConfigRequest' ,
103102 'DeviceCodeOAuthFlow' ,
103+ 'ExtendedAgentCardNotConfiguredError' ,
104104 'ExtensionSupportRequiredError' ,
105105 'GetExtendedAgentCardRequest' ,
106106 'GetTaskPushNotificationConfigRequest' ,
You can’t perform that action at this time.
0 commit comments