Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent 71ca606 commit 1a33598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/development/eep-02-typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ benefits of static typing without breaking users' code in too many places.
## Motivation and ressources

- [Writing Python like it's Rust](https://kobzol.github.io/rust/python/2023/05/20/writing-python-like-its-rust.html).
A very good blogpost that summarizes the drawbacks of "stringly-typed" Python code and shows how
to incorporate typing philosophies from Rust into Python projects. Read this if you
don't have time to read the other ressources.
A very good blogpost that summarizes the drawbacks of "stringly-typed" Python code and
shows how to incorporate typing philosophies from Rust into Python projects. Read this
if you don't have time to read the other ressources.
- [Robust Python](https://www.oreilly.com/library/view/robust-python/9781098100650/), an
excellent book that discusses how to design code around types and provides an
introduction to static type checkers in Python.
Expand Down

0 comments on commit 1a33598

Please sign in to comment.