mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
|
|
[flake8]
|
||
|
|
# Ignore style and complexity
|
||
|
|
# E: style errors
|
||
|
|
# W: style warnings
|
||
|
|
# C: complexity
|
||
|
|
# F841: local variable assigned but never used
|
||
|
|
ignore = E, C, W, F841
|
||
|
|
builtins =
|
||
|
|
c
|
||
|
|
load_subconfig
|
||
|
|
exclude =
|
||
|
|
build/
|