Skip to content

Commit

Permalink
Another try at pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iguinn committed Nov 1, 2024
1 parent 7b854d7 commit 73a50fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ isort.required-imports = ["from __future__ import annotations"]
[tool.ruff.lint.per-file-ignores]
"tests/**" = ["T20"]
"noxfile.py" = ["T20"]
"docs/source/notebooks" = ["T201", "E402"]
"docs/source/notebooks/*" = ["T201", "E402"]

[tool.pylint]
py-version = "3.8"
Expand Down

0 comments on commit 73a50fb

Please sign in to comment.