Skip to content

Commit

Permalink
No need for dot in flake8 invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus authored Sep 6, 2024
1 parent ce3de07 commit f4cf5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 40-heroku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cat > app.json <<EOL
"addons": ["heroku-postgresql:in-dyno"],
"scripts": {
"test-setup": "python manage.py collectstatic --no-input",
"test": "flake8 . && pytest"
"test": "flake8 && pytest"
}
}
}
Expand Down

0 comments on commit f4cf5ab

Please sign in to comment.