Skip to content

Commit

Permalink
style: update ruff configs
Browse files Browse the repository at this point in the history
  • Loading branch information
yxtay committed Mar 1, 2024
1 parent 34249f8 commit 4748d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
default_install_hook_types:
- post-checkout
- pre-commit
- commit-msg
- post-merge

default_stages:
- pre-commit
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ addopts = [
fix = true
src = [".", "src", "tests"]
extend-include = ["*.ipynb"]

[tool.ruff.lint]
select = ["ALL"]
ignore = [
"D", # pydocstyle
Expand Down

0 comments on commit 4748d66

Please sign in to comment.