Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
chore: make vsc use flake8 args to direct to .snekrc instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Jan 31, 2019
1 parent b9ee926 commit 12d426e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .flake8

This file was deleted.

3 changes: 2 additions & 1 deletion .vscode/settings.json
@@ -1,3 +1,4 @@
{
"python.formatting.provider": "yapf"
"python.formatting.provider": "yapf",
"python.linting.flake8Args": ["--config", ".snekrc"]
}

0 comments on commit 12d426e

Please sign in to comment.