mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
ci: flake8, add back general ignore of pydocstyle warnings
This commit is contained in:
3
.flake8
3
.flake8
@@ -3,11 +3,12 @@
|
|||||||
# E: style errors
|
# E: style errors
|
||||||
# W: style warnings
|
# W: style warnings
|
||||||
# C: complexity
|
# C: complexity
|
||||||
|
# D: docstring warnings (unused pydocstyle extension)
|
||||||
# F401: module imported but unused
|
# F401: module imported but unused
|
||||||
# F403: import *
|
# F403: import *
|
||||||
# F811: redefinition of unused `name` from line `N`
|
# F811: redefinition of unused `name` from line `N`
|
||||||
# F841: local variable assigned but never used
|
# F841: local variable assigned but never used
|
||||||
ignore = E, C, W, F401, F403, F811, F841
|
ignore = E, C, W, D, F401, F403, F811, F841
|
||||||
builtins = c, get_config
|
builtins = c, get_config
|
||||||
exclude =
|
exclude =
|
||||||
.cache,
|
.cache,
|
||||||
|
Reference in New Issue
Block a user