Skip to content

Commit 9ff56f3

Browse files
authored
Merge pull request #280 from ocefpaf/update_pre-commits
update pre-commits and ignore print in notebook
2 parents 063876d + c716396 commit 9ff56f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
- id: add-trailing-comma
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.5.6
54+
rev: v0.6.3
5555
hooks:
5656
- id: ruff
5757

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ lint.select = [
7575
lint.per-file-ignores."docs/conf.py" = [
7676
"A001",
7777
]
78+
lint.per-file-ignores."notebooks/usage.ipynb" = [
79+
"T201",
80+
]
81+
7882
lint.per-file-ignores."samples/example_by.py" = [
7983
"T201",
8084
]

0 commit comments

Comments
 (0)