Skip to content

Commit 8177f76

Browse files
committed
README.md updated
1 parent e3eeb34 commit 8177f76

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

firebase-dataconnect/ci/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
These scripts are used by GitHub Actions.
44

55
There are GitHub Actions workflows that verify code formatting, lint checks, type annotations,
6-
and running unit tests.
6+
and running unit tests of code in this directory. Although they are not "required" checks, it
7+
is requested to wait for these checks to pass. See `dataconnect.yaml`.
78

89
The minimum required Python version (at the time of writing, April 2025) is 3.13.
910
See `pyproject.toml` for the most up-to-date requirement.
1011

11-
To set up Python, install the required dependencies by running:
12+
Before running the scripts, install the required dependencies by running:
1213

1314
```
1415
pip install -r requirements.txt
@@ -17,5 +18,5 @@ pip install -r requirements.txt
1718
Then, run all of these presubmit checks by running the following command:
1819

1920
```
20-
ruff check --fix && ruff format && pyright && pytest && echo 'SUCCESS!!!!!!!!!!!!!!!'
21+
ruff check && ruff format && pyright && pytest && echo 'SUCCESS!!!!!!!!!!!!!!!'
2122
```

0 commit comments

Comments
 (0)