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

Commit

Permalink
Merge pull request #447 from gpiress/gpiress/default-linter-settings
Browse files Browse the repository at this point in the history
Add support to default config files
  • Loading branch information
Arcanemagus authored May 24, 2017
2 parents 18b14f7 + e030573 commit 73b3fbd
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 73b3fbd

Please sign in to comment.