We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 063876d + c716396 commit 9ff56f3Copy full SHA for 9ff56f3
.pre-commit-config.yaml
@@ -51,7 +51,7 @@ repos:
51
- id: add-trailing-comma
52
53
- repo: https://github.com/astral-sh/ruff-pre-commit
54
- rev: v0.5.6
+ rev: v0.6.3
55
hooks:
56
- id: ruff
57
pyproject.toml
@@ -75,6 +75,10 @@ lint.select = [
75
lint.per-file-ignores."docs/conf.py" = [
76
"A001",
77
]
78
+lint.per-file-ignores."notebooks/usage.ipynb" = [
79
+ "T201",
80
+]
81
+
82
lint.per-file-ignores."samples/example_by.py" = [
83
"T201",
84
0 commit comments