1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00
dotbot/setup.cfg
2015-04-25 02:16:10 +03:00

9 lines
185 B
INI

[flake8]
exclude = lib/*
# List of errors and warnings:
# http://flake8.readthedocs.org/en/latest/warnings.html
# Things we ignore:
# F401 module imported but unused
ignore = F401