From 45671609e4f9b6cb578cef474aa8c8edf69ac1c6 Mon Sep 17 00:00:00 2001 From: Mustafa Date: Fri, 14 Jun 2024 11:05:40 +0100 Subject: [PATCH] Fixing docs --- third_party/airflow/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/third_party/airflow/README.md b/third_party/airflow/README.md index d83b77fdf52..9527069b80c 100644 --- a/third_party/airflow/README.md +++ b/third_party/airflow/README.md @@ -185,13 +185,13 @@ You can install the package via `pip3 install third_party/airflow`. You can use our tox file that streamlines development lifecycle. For development, you can install black, tox, mypy and flake8. -`python3.8 -m tox -e py38` will run unit tests. +`python3.10 -m tox -e py310` will run unit tests. -`python3.8 -m tox -e format` will run a format check +`python3.10 -m tox -e format` will run black on your code. -`python3.8 -m tox -e format-code` will run black on your code. +`python3.10 -m tox -e format-check` will run a format check. -`python3.8 -m tox -e docs` will generate a new sphinx doc. +`python3.10 -m tox -e docs` will generate a new sphinx doc. ## Releasing the client Armada-airflow releases are automated via Github Actions, for contributors with sufficient access to run them.