Skip to content

Commit

Permalink
Restore positron excludes to ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Apr 5, 2024
1 parent 9206ec1 commit 6c2b1d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/positron-python/python_files/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ line-length = 100
exclude = [
"tests/testing_tools/adapter/.data",
"tests/unittestadapter/.data"
# --- Start Positron ---
# Ignore vendored dependencies
'lib/',
'positron/positron_ipykernel/_vendor/',
# --- End Positron ---
]

[tool.ruff.format]
Expand Down

0 comments on commit 6c2b1d1

Please sign in to comment.