-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The preflight-summary GH workflow: don't post linter reports if they don't fit into the comment size limit - Dockerfiles: remove pip's cache in `~/.cache/pip` - Use `line length = 88 chars` for Pylint and Black
- Loading branch information
Igor Sudak
committed
Apr 18, 2024
1 parent
c68bf10
commit 7ad7bb5
Showing
4 changed files
with
12 additions
and
10 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 |
---|---|---|
|
@@ -55,4 +55,4 @@ RUN <<EOT | |
pip3 install -r celery.txt | ||
EOT | ||
|
||
RUN rm -f *.txt | ||
RUN rm -rf *.txt ~/.cache/pip |
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