Srabasti commented on PR #57027: URL: https://github.com/apache/airflow/pull/57027#issuecomment-3500909702
File attached has all above changes incorporated for reshuffling content, adding uv and reverting numbering changes. [airflow-forkairflowcoredocsstart.rst.txt](https://github.com/user-attachments/files/23409501/airflow-forkairflowcoredocsstart.rst.txt) After making the changes and running as below, no more errors are seen - log below. XXXX@XXXXX:~/airflow/airflow-fork$ pre-commit run trailing-whitespace --files airflow-core/docs/start.rst [WARNING] Unexpected key(s) present at root: minimum_prek_version Remove trailing whitespace at end of line................................Passed XXXX@XXXXX:~/airflow/airflow-fork$ git add airflow-core/docs/start.rst XXXX@XXXXX:~/airflow/airflow-fork$ git add airflow-core/docs/start.rst XXXX@XXXXX:~/airflow/airflow-fork$ git config --global user.email [email protected] XXXX@XXXXX:~/airflow/airflow-fork$ git config --global user.name Srabasti XXXX@XXXXX:~/airflow/airflow-fork$ git push https://Srabasti:[email protected]/Srabasti/airflow.git Srabasti-patch-WSL2_updates Everything up-to-date XXXX@XXXXX:~/airflow/airflow-fork$ git remote -v origin https://github.com/Srabasti/airflow.git (fetch) origin https://github.com/Srabasti/airflow.git (push) XXXX@XXXXX:~/airflow/airflow-fork$ git branch * Srabasti-patch-WSL2_updates main XXXX@XXXXX:~/airflow/airflow-fork$ git status On branch Srabasti-patch-WSL2_updates Your branch is up to date with 'origin/Srabasti-patch-WSL2_updates'. Changes to be committed: (use "git restore --staged <file>..." to unstage) modified: airflow-core/docs/start.rst XXXX@XXXXX:~/airflow/airflow-fork$ git commit --no-verify -m "Fix trailing whitespace, reshuffling content, adding uv in start.rst" [Srabasti-patch-WSL2_updates c6cf755edc] Fix trailing whitespace, reshuffling content, adding uv in start.rst 1 file changed, 32 insertions(+), 37 deletions(-) XXXX@XXXXX:~/airflow/airflow-fork$ git push https://Srabasti:[email protected]/Srabasti/airflow.git Srabasti-patch-WSL2_updates Enumerating objects: 9, done. Counting objects: 100% (9/9), done. Delta compression using up to 8 threads Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 803 bytes | 401.00 KiB/s, done. Total 5 (delta 4), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (4/4), completed with 4 local objects. To https://github.com/Srabasti/airflow.git f90fa3f6d2..c6cf755edc Srabasti-patch-WSL2_updates -> Srabasti-patch-WSL2_updates XXXX@XXXXX:~/airflow/airflow-fork$ git status On branch Srabasti-patch-WSL2_updates Your branch is ahead of 'origin/Srabasti-patch-WSL2_updates' by 1 commit. (use "git push" to publish your local commits) nothing to commit, working tree clean XXXX@XXXXX:~/airflow/airflow-fork$ git push https://Srabasti:[email protected]/Srabasti/airflow.git Srabasti-patch-WSL2_updates Everything up-to-date srab@tania:~/airflow/airflow-fork$ -- 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]
