apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
35.21k stars 13.76k forks source link

Fixes hatch command in contributor doc #40385

Closed aritra24 closed 6 days ago

aritra24 commented 6 days ago

The hatch command hatch env shell probably was meant to be hatch shell. Since env is a separate command, this was fixed in the local_virtualenv doc but missed here.


^ Add meaningful description above Read the Pull Request Guidelines for more information. In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed. In case of a new dependency, check compliance with the ASF 3rd Party License Policy. In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

aritra24 commented 6 days ago

Not sure why the failure didn't get picked up on the local run of precommit. Fixed the extra space :thinking: