Skip to content

Commit

Permalink
Merge pull request #280 from ocefpaf/update_pre-commits
Browse files Browse the repository at this point in the history
update pre-commits and ignore print in notebook
  • Loading branch information
ocefpaf committed Sep 3, 2024
2 parents 063876d + c716396 commit 9ff56f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.3
hooks:
- id: ruff

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ lint.select = [
lint.per-file-ignores."docs/conf.py" = [
"A001",
]
lint.per-file-ignores."notebooks/usage.ipynb" = [
"T201",
]

lint.per-file-ignores."samples/example_by.py" = [
"T201",
]
Expand Down

0 comments on commit 9ff56f3

Please sign in to comment.