add docs folder to isort excludes

This commit is contained in:
Robert Kaussow 2020-02-17 23:54:55 +01:00
parent a841601aae
commit 92979aa6ff
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ known_first_party = ansibledoctor
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
force_single_line = true
line_length = 110
skip_glob = **/env/*
skip_glob = **/env/*,**/docs/*
[tool:pytest]
filterwarnings =