Skip to content

Commit

Permalink
Adiciona correção automática de erros de PEP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
marciomazza committed Aug 17, 2017
1 parent 541e98b commit 35df101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fix_qa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
# Uma forma simples de fazer isso é adicionando antes suas mudanças à
# "staging area" do git, com `git add .` e após usar o script `git diff`.

isort --recursive --skip='migrations' --skip='templates' --skip='ipython_log.py' .
isort --recursive --skip='migrations' --skip='templates' --skip='ipython_log.py*' .
autopep8 --in-place --recursive . --exclude='migrations,ipython_log.py*'

0 comments on commit 35df101

Please sign in to comment.