Skip to content

Commit

Permalink
refactor: util routine
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxve committed Jan 31, 2024
1 parent 94a29de commit a45fea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ ignore = [
"B028", # allow warning without stacklevel
"C901", # allow functions with a high complexity
]
ignore-init-module-imports = true
extend-select = ["Q"]
extend-include = ["*.ipynb"]
flake8-quotes.inline-quotes = "single"
Expand Down

0 comments on commit a45fea4

Please sign in to comment.