Skip to content

Commit 35c7ab3

Browse files
committed
chore: remove isort settings
1 parent 7e7784e commit 35c7ab3

File tree

9 files changed

+0
-27
lines changed

9 files changed

+0
-27
lines changed

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ version_files = [
2121
"pytest-embedded-wokwi/pyproject.toml",
2222
]
2323

24-
[tool.isort]
25-
profile = 'black'
26-
2724
[tool.pytest.ini_options]
2825
norecursedirs = 'examples/*'
2926
addopts = "-s"

pytest-embedded-arduino/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,3 @@ homepage = "https://github.com/espressif/pytest-embedded"
4444
repository = "https://github.com/espressif/pytest-embedded"
4545
documentation = "https://docs.espressif.com/projects/pytest-embedded/en/latest/"
4646
changelog = "https://github.com/espressif/pytest-embedded/blob/main/CHANGELOG.md"
47-
48-
[tool.isort]
49-
profile = 'black'

pytest-embedded-idf/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,3 @@ homepage = "https://github.com/espressif/pytest-embedded"
4545
repository = "https://github.com/espressif/pytest-embedded"
4646
documentation = "https://docs.espressif.com/projects/pytest-embedded/en/latest/"
4747
changelog = "https://github.com/espressif/pytest-embedded/blob/main/CHANGELOG.md"
48-
49-
[tool.isort]
50-
profile = 'black'

pytest-embedded-jtag/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,3 @@ homepage = "https://github.com/espressif/pytest-embedded"
3838
repository = "https://github.com/espressif/pytest-embedded"
3939
documentation = "https://docs.espressif.com/projects/pytest-embedded/en/latest/"
4040
changelog = "https://github.com/espressif/pytest-embedded/blob/main/CHANGELOG.md"
41-
42-
[tool.isort]
43-
profile = 'black'

pytest-embedded-qemu/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,3 @@ homepage = "https://github.com/espressif/pytest-embedded"
4444
repository = "https://github.com/espressif/pytest-embedded"
4545
documentation = "https://docs.espressif.com/projects/pytest-embedded/en/latest/"
4646
changelog = "https://github.com/espressif/pytest-embedded/blob/main/CHANGELOG.md"
47-
48-
[tool.isort]
49-
profile = 'black'

pytest-embedded-serial-esp/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ homepage = "https://github.com/espressif/pytest-embedded"
3939
repository = "https://github.com/espressif/pytest-embedded"
4040
documentation = "https://docs.espressif.com/projects/pytest-embedded/en/latest/"
4141
changelog = "https://github.com/espressif/pytest-embedded/blob/main/CHANGELOG.md"
42-
43-
[tool.isort]
44-
profile = 'black'

pytest-embedded-serial/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ homepage = "https://github.com/espressif/pytest-embedded"
3939
repository = "https://github.com/espressif/pytest-embedded"
4040
documentation = "https://docs.espressif.com/projects/pytest-embedded/en/latest/"
4141
changelog = "https://github.com/espressif/pytest-embedded/blob/main/CHANGELOG.md"
42-
43-
[tool.isort]
44-
profile = 'black'

pytest-embedded-wokwi/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,3 @@ homepage = "https://github.com/espressif/pytest-embedded"
4545
repository = "https://github.com/espressif/pytest-embedded"
4646
documentation = "https://docs.espressif.com/projects/pytest-embedded/en/latest/"
4747
changelog = "https://github.com/espressif/pytest-embedded/blob/main/CHANGELOG.md"
48-
49-
[tool.isort]
50-
profile = 'black'

pytest-embedded/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@ repository = "https://github.com/espressif/pytest-embedded"
3838
documentation = "https://docs.espressif.com/projects/pytest-embedded/en/latest/"
3939
changelog = "https://github.com/espressif/pytest-embedded/blob/main/CHANGELOG.md"
4040

41-
[tool.isort]
42-
profile = 'black'
43-
4441
[project.entry-points."pytest11"]
4542
pytest_embedded = "pytest_embedded.plugin"

0 commit comments

Comments
 (0)