Update CODING_STYLE.md

Thanks, my fingers don't work as well as they used to, so I appreciate you picking up typos like this!

Co-authored-by: Donghyun Kim <digitalisx99@gmail.com>
This commit is contained in:
ikelos
2025-03-25 17:25:55 +00:00
committed by GitHub
co-authored by Donghyun Kim
parent 56a64150ab
commit d753e8ecb6
+1 -1
View File
@@ -7,7 +7,7 @@ All code submissions will be vetted automatically through tests from both and th
Code Linter: Ruff
Code Formatter: Black
In additiom, there are some coding practices that we employ to prevent specific failure cases and ensure consistency across the codebase. These are documented below along with the rationale for the decision.
In addition, there are some coding practices that we employ to prevent specific failure cases and ensure consistency across the codebase. These are documented below along with the rationale for the decision.
This is heavily based upon https://google.github.io/styleguide/pyguide.html with minor modifications for volatility use.