edithturn commented on a change in pull request #20200:
URL: https://github.com/apache/airflow/pull/20200#discussion_r769764885
##########
File path: .github/workflows/ci.yml
##########
@@ -1368,7 +1368,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
with:
python-version: ${{ env.PYTHON_MAJOR_MINOR_VERSION }}
- name: "Free space"
- run: ./scripts/ci/tools/free_space.sh
+ run: ./scripts/ci/tools/free-space.py
Review comment:
`freespace` or `free_space` could be good names for a module?
I found it this: "Modules should have short, all-lowercase names.
Underscores can be used in the module name if it improves readability."
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]