Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Add default config files
Browse files Browse the repository at this point in the history
Set the default value for the `projectConfigFile` option
to the patterns that flake8 uses when running from command line,
as stated http://flake8.pycqa.org/en/latest/user/configuration.html.
  • Loading branch information
gpiress committed May 24, 2017
1 parent 18b14f7 commit e030573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"projectConfigFile": {
"type": "array",
"default": [],
"default": ["tox.ini", ".flake8", "setup.cfg"],
"description": "flake config file relative path from project (e.g. tox.ini or .flake8rc)",
"items": {
"type": "string"
Expand Down

0 comments on commit e030573

Please sign in to comment.