Skip to content

Commit ecb7950

Browse files
docs: Update the expired link of the black coding style. (feast-dev#3427)
docs: update the expired link of the black coding style. Signed-off-by: Felix Wang <wangfelix98@gmail.com> Signed-off-by: Felix Wang <wangfelix98@gmail.com> Co-authored-by: Felix Wang <wangfelix98@gmail.com>
1 parent 5006a8a commit ecb7950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/project/development-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This will allow the installed feast version to automatically reflect changes to
162162

163163
### Code Style & Linting
164164
Feast Python SDK / CLI codebase:
165-
- Conforms to [Black code style](https://black.readthedocs.io/en/stable/the_black_code_style.html)
165+
- Conforms to [Black code style](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html)
166166
- Has type annotations as enforced by `mypy`
167167
- Has imports sorted by `isort`
168168
- Is lintable by `flake8`

0 commit comments

Comments
 (0)