Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
basedpyright = [
{ include-group = "numpy" },
{ include-group = "types" },
"basedpyright==1.39.2",
"basedpyright==1.39.9",
]
mypy = [
{ include-group = "types" },
Expand Down Expand Up @@ -173,7 +173,7 @@

[tool.ruff.lint]
select = ["ALL"]
ignore = ["CPY", "FIX002", "COM812"]

Check failure on line 176 in pyproject.toml

View workflow job for this annotation

GitHub Actions / lint

ruff (rule-codes-in-selectors)

pyproject.toml:176:29: rule-codes-in-selectors: Rule code used instead of name in `lint.ignore` help: Replace rule code with `missing-trailing-comma`

Check failure on line 176 in pyproject.toml

View workflow job for this annotation

GitHub Actions / lint

ruff (rule-codes-in-selectors)

pyproject.toml:176:19: rule-codes-in-selectors: Rule code used instead of name in `lint.ignore` help: Replace rule code with `line-contains-todo`

[tool.ruff.lint.per-file-ignores]
"*.pyi" = ["TD"]
Expand Down
Loading
Loading