Skip to content

Commit

Permalink
chore: replace linter
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 23, 2019
1 parent 74c8961 commit dea5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"python.linting.enabled": true,
"python.linting.lintOnSave": true,
"python.linting.pylintEnabled": true,
"python.linting.pep8Enabled": true,
"python.linting.pycodestyleEnabled": true,
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"python.formatting.yapfPath": "yapf",
Expand Down

0 comments on commit dea5eea

Please sign in to comment.