Skip to content

Commit

Permalink
Fix syntax, flake8ness in scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 20, 2022
1 parent 7dbe38c commit a95995a
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 136 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ testsuite:
check:: flake8

flake8:
flake8 .
flake8 . scripts/deb-*

docker:
buildah build -t ghcr.io/breezy-team/deb-new-upstream:latest -f Dockerfile.deb-new-upstream .
Expand Down
Loading

0 comments on commit a95995a

Please sign in to comment.