Skip to content

Commit

Permalink
Add isort to ruff and ignore unused imports in init
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed May 19, 2023
1 parent 0555fa1 commit 3f84e79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ search = '"@e2xgrader/[\w-]+": "{current_version}'

[tool.ruff]
line-length = 100
exclude = ["nbgrader_config.py"]
exclude = ["nbgrader_config.py"]
ignore-init-module-imports = true
select = ["F", "E", "I"]

0 comments on commit 3f84e79

Please sign in to comment.