Commit ac40237
committed
Address ruff warnings
Found while running pre-commit in verbose mode:
```shell
$ pre-commit run -av ruff
...
warning: The top-level linter settings are deprecated
in favour of their counterparts in the `lint` section.
Please update the following options in `pyproject.toml`:
- 'select' -> 'lint.select'
- 'flake8-quotes' -> 'lint.flake8-quotes'
```1 parent d2dee3b commit ac40237
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
139 | | - | |
| 143 | + | |
140 | 144 | | |
141 | 145 | | |
0 commit comments