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 17, 2024
1 parent 1126823 commit 77426bd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ignorePaths": [
"**/*.bib",
"**/.cspell.json",
"*.ico",
".constraints/*.txt",
".editorconfig",
".gitignore",
Expand Down
26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,19 @@ task-tags = ["cspell"]
[tool.ruff.lint.isort]
split-on-trailing-comma = false

[tool.ruff.lint.pep8-naming]
ignore-names = [
"A",
"H",
"L",
"R",
"R_dec",
"R_prod",
"S",
"Γ*",
"λ*",
]

[tool.ruff.lint.per-file-ignores]
"*" = ["D"]
"*.ipynb" = [
Expand Down Expand Up @@ -305,19 +318,6 @@ split-on-trailing-comma = false
[tool.ruff.lint.pydocstyle]
convention = "google"

[tool.ruff.pep8-naming]
ignore-names = [
"A",
"H",
"L",
"R",
"R_dec",
"R_prod",
"S",
"Γ*",
"λ*",
]

[tool.tomlsort]
all = false
ignore_case = true
Expand Down

0 comments on commit 77426bd

Please sign in to comment.