Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 12, 2024
1 parent 8638e14 commit bc6c927
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ repos:
rev: v1.1.353
hooks:
- id: pyright

14 changes: 8 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,13 @@ typeCheckingMode = "strict"

[tool.ruff]
extend-exclude = ["typings"]
preview = true
show-fixes = true
target-version = "py37"
preview = true

[tool.ruff.format]
docstring-code-format = true
line-ending = "lf"

[tool.ruff.lint]
extend-select = [
Expand Down Expand Up @@ -171,6 +175,9 @@ ignore = [
]
task-tags = ["cspell"]

[tool.ruff.lint.isort]
split-on-trailing-comma = false

[tool.ruff.lint.per-file-ignores]
"docs/*" = [
"E402",
Expand All @@ -191,11 +198,6 @@ task-tags = ["cspell"]
[tool.ruff.lint.pydocstyle]
convention = "google"

[tool.ruff.lint.isort]
split-on-trailing-comma = false
[tool.ruff.format]
docstring-code-format = true
line-ending = "lf"
[tool.tomlsort]
all = false
ignore_case = true
Expand Down

0 comments on commit bc6c927

Please sign in to comment.