Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ginazhouhuiwu committed Jun 13, 2024
1 parent e18b73d commit 2b5687c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ viser-dev-checks = "viser.scripts.dev_checks:entrypoint"
exclude = ["./docs/**/*", "./examples/assets/**/*", "./src/viser/client/.nodeenv", "./build"]

[tool.ruff]
select = [
lint.select = [
"E", # pycodestyle errors.
"F", # Pyflakes rules.
"PLC", # Pylint convention warnings.
Expand All @@ -85,7 +85,7 @@ select = [
"PLW", # Pylint warnings.
"I", # Import sorting.
]
ignore = [
lint.ignore = [
"E741", # Ambiguous variable name. (l, O, or I)
"E501", # Line too long.
"E721", # Do not compare types, use `isinstance()`.
Expand Down

0 comments on commit 2b5687c

Please sign in to comment.