target-version = "py37" select = [ "E", # pycodestyle "F", # pyflakes "UP", # pyupgrade, "I", # isort ] line-length = 120 per-file-ignores = {"__init__.py" = ["F401"]}