From 97f29f7cc80d7fc717687f88b6ad555962bdced9 Mon Sep 17 00:00:00 2001 From: glrs <5999366+glrs@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:30:32 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 376de41..e5410da 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ Contributions are very welcome! To have as smooth of an experience as possible, * **Forking**: Fork the main repository to your personal GitHub account. Develop your changes and submit pull requests to the main repository for review. * **Code Style**: Format with `black` and lint with `ruff`. -* **Type Annotations**: If you use type annotations make sure to set (and pass) mypy checks. +* **Type Annotations**: If you use type annotations make sure to set (and pass) `mypy` checks. * **Documentation**: Documented contributions are easier to understand and review. **Suggested contributions**: Tests, Bug Fixes, Code Optimization, New Modules (reach out to Anastasios if you don't know where to start with developing a new module).