https://github.com/jupyterhub/dockerspawner
Raw File
Tip revision: 2e89ca0c5d89dbedf2c42aad06a32c2daf0376fb authored by Erik Sundell on 01 February 2024, 09:28:10 UTC
Merge pull request #518 from jupyterhub/dependabot/github_actions/codecov/codecov-action-4
Tip revision: 2e89ca0
.flake8
[flake8]
# Ignore style and complexity
# E: style errors
# W: style warnings
# C: complexity
# D: docstring warnings (unused pydocstyle extension)
ignore = E, C, W, D
builtins = c, get_config
exclude =
    .cache,
    docs,
back to top