Commit a2cf678
authored
Fix handling of level from pyproject.toml
When the "level" is specified via pyproject.toml the value wasn't properly converted from str to the enum type. The is-comparisons with the enum values during processing then didn't work.1 parent 1750d59 commit a2cf678
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
0 commit comments