Skip to content

Commit

Permalink
fix up meta
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Jun 2, 2024
1 parent c94c451 commit 9e5b2c6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ target-version = ["py311"]

[tool.ruff]
line-length = 125

[tool.ruff.lint]
select = [
"C4",
"F",
Expand Down Expand Up @@ -50,19 +52,20 @@ ignore = [
"ANN102",
"ANN401",
]
[tool.ruff.isort]

[tool.ruff.lint.isort]
split-on-trailing-comma = true
combine-as-imports = true

[tool.ruff.flake8-annotations]
[tool.ruff.lint.flake8-annotations]
allow-star-arg-any = true

[tool.ruff.flake8-pytest-style]
[tool.ruff.lint.flake8-pytest-style]
fixture-parentheses = false
mark-parentheses = false
parametrize-names-type = "csv"

[tool.ruff.flake8-quotes]
[tool.ruff.lint.flake8-quotes]
inline-quotes = "single"

[tool.pyright]
Expand Down

0 comments on commit 9e5b2c6

Please sign in to comment.