Skip to content

Commit cde8bcc

Browse files
committed
fix: use array
1 parent 5c7cd41 commit cde8bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ extra_checks = true
181181
no_implicit_reexport = true
182182

183183
ignore_missing_imports = true
184-
exclude = .venv|venv|build|docs|tutorial|optuna/storages/_rdb/alembic
184+
exclude = [".venv", "venv", "build", "docs", "tutorial", "optuna/storages/_rdb/alembic"]

0 commit comments

Comments
 (0)