Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork960
Commitc1ec9cb
committed
Update flake8 additional dependencies, fix warning
This bumps the versions of the flake8 plugins specified with pinnedversions as additional dependencies of flake8 for pre-commit.Doing so gains a warning about a call to warnings.warn with nostacklevel argument. This appears to be the uncommon case where theimplifit effect of stacklevel=1 is intended, so I have made thatexplicit, which clarifies this intent and dismisses the warning.1 parentbf7af69 commitc1ec9cb
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| |||
0 commit comments
Comments
(0)