我尝试以这种方式使用命令 autopep8
autopep8 --in-place --exclude='*.js,*.jade,*.styl'
autopep8 --in-place --exclude='*.styl'
autopep8 --in-place --exclude=*.js,*.jade,*.styl
autopep8 --in-place --exclude=*.styl
所有这些方法都对我不起作用,忽略不适用。我哪里错了?格式化时如何通过掩码忽略文件?
autopep8 版本是 1.2.1