Skip to content

Commit

Permalink
chore(lint): apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 12, 2024
1 parent f3a1e90 commit a5b123b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ precision = 2
[tool.maturin]
bindings = "pyo3"
exclude = [
"benches/**/*",
"conftest.py", # Path relative to source (python/differt/conftest.py does not work)
"docs/**/*",
"tests/**/*",
".*",
".github/**/*",
".*",
".github/**/*",
"benches/**/*",
"conftest.py", # Path relative to source (python/differt/conftest.py does not work)
"docs/**/*",
"tests/**/*",
]
features = ["pyo3/extension-module"]
module-name = "differt._core"
Expand Down Expand Up @@ -145,9 +145,9 @@ target-version = "py39"
extend-ignore-names = ["T"]

[tool.ruff.lint.per-file-ignores]
"**.ipynb" = ["B018"]
"**/{tests,docs}/*" = ["D"]
"python/differt/conftest.py" = ["D"]
"**.ipynb" = ["B018"]

[tool.ruff.pydocstyle]
convention = "google"

0 comments on commit a5b123b

Please sign in to comment.