charm-ceph-nfs/.flake8
2022-03-28 12:59:10 +02:00

11 lines
179 B
INI

[flake8]
max-line-length = 99
select: E,W,F,C,N
exclude:
venv
.git
build
dist
*.egg_info
# Excluded because it is imported almost verbatim from Manila
src/manager.py