Commit c72fcfc
committed
fix: update Ruff configuration to resolve deprecation warnings
- Move linter settings to [tool.ruff.lint] section
- Remove COM812 rule to avoid conflicts with formatter
- Add COM812 to ignore list to prevent formatter conflicts
- Maintain all existing rule selections and configurations
Resolves warnings about deprecated top-level linter settings and
formatter conflicts with COM812 rule.1 parent 5e5f307 commit c72fcfc
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
0 commit comments