Skip to content

Commit 1db60e9

Browse files
committed
[py] Update readme
1 parent 1797093 commit 1db60e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,7 @@ To automatically update and pin new dependencies, run:
221221

222222
We follow the [PEP8 Style Guide for Python Code](https://peps.python.org/pep-0008) (except we use a 120 character line length).
223223
This is checked and enforced with [ruff](https://docs.astral.sh/ruff/), a linting/formatting tool.
224-
225-
To run linting and formatting:
226-
```shell
227-
./go py:lint
228-
```
224+
There is also an auto-formatting script that can be run: `./scripts/format.sh`
229225

230226
#### Local Installation
231227

0 commit comments

Comments
 (0)