Skip to content
Snippets Groups Projects
setup.cfg 258 B
Newer Older
ignore = E501,F405,F821,W504,W605

[isort]
force_grid_wrap = 0
include_trailing_comma = True
line_length = 88
multi_line_output = 3
skip_glob = .direnv,node_modules,venv,**/migrations/**
use_parentheses = True