Skip to content

Commit

Permalink
refactor: update ruff to allow io module
Browse files Browse the repository at this point in the history
  • Loading branch information
strixy16 committed Feb 12, 2025
1 parent 7a11db1 commit efd5a32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ max-complexity = 10
convention = "numpy"


[lint.flake8-builtins]
builtins-allowed-modules = ["io"]


[format]
quote-style = "double"
Expand Down

0 comments on commit efd5a32

Please sign in to comment.