Commit 97f921d
committed
Enabled ruff A ruleset for finding symbols shadowing built-in functions
Enabled an excemption for decorators.py since the as_subcommand_to dectorator has a `help` argument shadowing the python built-in help function, but I didn't want to change the name due to an impact on existing code.1 parent d82f215 commit 97f921d
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
261 | 265 | | |
262 | 266 | | |
263 | 267 | | |
| |||
0 commit comments