Skip to content

Commit

Permalink
Merge branch 'main' into aholmes-add-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Jan 29, 2025
2 parents a69655d + 66d8ae1 commit 746e881
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dev-dependencies = [
"coverage ~= 7.4",
"junit2html >= 30.1,< 32.0",
"pyright == 1.1.392.post0",
"isort ~= 5.13",
"isort >= 5.13,< 7.0",
"ruff ~= 0.3",
"bandit[sarif,toml] ~= 1.7",
"sphinx",
Expand Down Expand Up @@ -311,8 +311,11 @@ skip-magic-trailing-comma = false
line-ending = "auto"
docstring-code-format = false
docstring-code-line-length = "dynamic"
[tool.ruff.lint.isort]
split-on-trailing-comma = false

[tool.isort]
profile = "black"
src_paths = ["src"]
skip_glob = ["src/*/typings", "src/*/build"]
split_on_trailing_comma = false

0 comments on commit 746e881

Please sign in to comment.