[lint] ignore = ["E402", "E501", "Q000"] select = [ "E", # pycodestyle "W", # pycodestyle "F", # Pyflakes "I", # isort "Q", # flake8-quotes ]