line-length = 80 # defaults to 88 like black This is for test target-version = "py39" # the python version to target, useful when considering code upgrades, defaults to "py310" select = [ "E", # pycodestyle "F", # pyflakes "UP", # pyupgrade, "I", # isort ]