[isort] default_section = THIRDPARTY known_first_party = bootcamp # change it for the name of your django project known_django = django sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER [flake8] exclude = # No need to traverse our git directory .git, # There's no value in checking cache directories __pycache__, # The conf file is mostly autogenerated, ignore it */migrations/*, env/*, max-complexity = 10