Skip to content

Commit cbf328e

Browse files
committed
πŸ“ include pyrefly in the contributing guide tox output
1 parent 35cb22d commit cbf328e

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Ensure you have [`uv`](https://docs.astral.sh/uv/getting-started/installation/)
2424
installed. Now you can install the project with the dev dependencies:
2525

2626
```shell
27-
uv sync --python 3.11
27+
uv sync --exact --python 3.11
2828
```
2929

3030
Installing the lowest supported Python version (3.11 in this example) prevents
@@ -76,18 +76,22 @@ uvx tox p
7676
<summary>Output:</summary>
7777

7878
```plaintext
79-
lint: OK βœ” in 0.6 seconds
80-
pyright: OK βœ” in 11.97 seconds
81-
mypy: OK βœ” in 16.69 seconds
82-
3.11: OK βœ” in 18.05 seconds
83-
3.12: OK βœ” in 22.94 seconds
84-
lint: OK (0.60=setup[0.30]+cmd[0.16,0.11,0.04] seconds)
85-
pyright: OK (11.97=setup[0.30]+cmd[11.67] seconds)
86-
mypy: OK (16.69=setup[0.30]+cmd[16.39] seconds)
87-
3.13: OK (25.80=setup[0.30]+cmd[25.51] seconds)
88-
3.12: OK (22.94=setup[0.29]+cmd[22.64] seconds)
89-
3.11: OK (18.05=setup[0.30]+cmd[17.75] seconds)
90-
congratulations :) (25.84 seconds)
79+
lint: OK βœ” in 0.79 seconds
80+
pyrefly: OK βœ” in 1.19 seconds
81+
mypy: OK βœ” in 15.16 seconds
82+
pyright: OK βœ” in 17.69 seconds
83+
3.14: OK βœ” in 17.97 seconds
84+
3.13: OK βœ” in 18.37 seconds
85+
3.12: OK βœ” in 18.61 seconds
86+
lint: OK (0.79=setup[0.11]+cmd[0.43,0.06,0.14,0.04] seconds)
87+
pyrefly: OK (1.19=setup[0.18]+cmd[1.01] seconds)
88+
pyright: OK (17.69=setup[0.13]+cmd[17.56] seconds)
89+
mypy: OK (15.16=setup[0.29]+cmd[14.86] seconds)
90+
3.11: OK (18.72=setup[0.20]+cmd[18.52] seconds)
91+
3.12: OK (18.61=setup[0.26]+cmd[18.35] seconds)
92+
3.13: OK (18.37=setup[0.37]+cmd[18.00] seconds)
93+
3.14: OK (17.97=setup[0.17]+cmd[17.80] seconds)
94+
congratulations :) (18.74 seconds)
9195
```
9296

9397
</details>

0 commit comments

Comments
Β (0)