forked from cloudposse/build-harness
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run isort and black via docker instead of installing in a virtualenv (c…
…loudposse#60) * Run isort via docker instead of installing in a virtualenv * Run black via docker to avoid installing it in a virtualenv * Set user uid:gid when running python formatting via docker
- Loading branch information
1 parent
2f44992
commit 07b147f
Showing
2 changed files
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
advbumpversion | ||
black | ||
flake8 | ||
isort | ||
autoflake | ||
docker-compose | ||
bandit |