Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Mar 31, 2022
1 parent 477aa4c commit 8c76ffa
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
@@ -1,10 +1,10 @@
[tool.black]
line-length = 100
target_version = ['py38', 'py39', 'py310']
exclude = "api_stubs|vendored_libs"
exclude = ".*api_stubs|vendored_libs"

[tool.isort]
profile = "black"
src_paths = ["thonny"]
line_length = 100
skip = ["api_stubs", "vendored_libs"]
skip = ["api_stubs", "esp32_api_stubs", "esp_common_api_stubs", "base_api_stubs", "generic_api_stubs", "vendored_libs"]

0 comments on commit 8c76ffa

Please sign in to comment.