Skip to content

Commit

Permalink
Add autopep8 code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Aug 22, 2020
1 parent 93bf669 commit 1455443
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .lvimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let g:ale_fix_on_save = 1
let g:ale_fixers = {
\ 'python': ['autopep8'],
\}
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mypy
flake8
autopep8
pytest
pytest-asyncio
pytest-cov
Expand Down

0 comments on commit 1455443

Please sign in to comment.