Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 18, 2024
1 parent b771cc0 commit a499540
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 @@ -40,7 +40,7 @@ skip-magic-trailing-comma = true
preview = true
force-exclude = "pw"

[tool.pylint.MASTER]
[tool.pylint.MASTER]
fail-on = "I"
bad-names = ["foo", "bar", "baz", "retval"]
load-plugins = [
Expand Down Expand Up @@ -355,7 +355,7 @@ target-version = "py38"
respect-gitignore = true
line-length = 100
preview = true
extend-exclude = ["pw"]
extend-exclude = ["pw", "packages/pyright-internal/typeshed-fallback", "packages/pyright-internal/src/tests/samples"]

[tool.ruff.pycodestyle]
ignore-overlong-task-comments = true
Expand Down

0 comments on commit a499540

Please sign in to comment.