Skip to content

Commit

Permalink
Calm down
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 17, 2023
1 parent e9056fe commit 523942d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/typing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Type Hints

Static type hints -- together with a type checker like [*Mypy*](https://mypy.readthedocs.io/en/stable/) -- are an excellent way to make your code more robust, self-documenting, and maintainable in the long run.
Static type hints -- together with a type checker like [Mypy](https://mypy.readthedocs.io/en/stable/) -- are an excellent way to make your code more robust, self-documenting, and maintainable in the long run.
And as of 20.2.0, *structlog* comes with type hints for all of its APIs.

Since *structlog* is highly configurable and tries to give a clean façade to its users, adding types without breaking compatibility -- while remaining useful! -- was a formidable task.
Expand Down

0 comments on commit 523942d

Please sign in to comment.