Skip to content

Commit

Permalink
docs: update the expired link of the black coding style.
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
  • Loading branch information
felixwang9817 committed Jan 15, 2023
1 parent 38d5534 commit 8e650ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project/development-guide.md
Expand Up @@ -162,7 +162,7 @@ This will allow the installed feast version to automatically reflect changes to

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

0 comments on commit 8e650ad

Please sign in to comment.