I try to use command autopep8 the such way
autopep8 --in-place --exclude='*.js,*.jade,*.styl'
autopep8 --in-place --exclude='*.styl'
autopep8 --in-place --exclude=*.js,*.jade,*.styl
autopep8 --in-place --exclude=*.styl
all these methods do not work for me, the ignore does not apply. Where am I wrong? How can I ignore files by mask when formatting?
autopep8 version is 1.2.1