Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Apr 29, 2024
1 parent 7b2b665 commit 9c8517e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,13 @@ testpaths = [

[tool.ruff]
target-version = "py37"
src = ["src"] # for ruff isort
extend-exclude = [
"src/jupynium/_version.py", # CHANGE
]

[tool.ruff.lint.isort]
## Uncomment this if you want to use Python < 3.10
required-imports = [
"from __future__ import annotations",
]

0 comments on commit 9c8517e

Please sign in to comment.