chore: fix typo
Browse files- pyproject.toml +4 -4
pyproject.toml
CHANGED
|
@@ -37,14 +37,14 @@ ipykernel = "^6.7.0"
|
|
| 37 |
[tool.black]
|
| 38 |
line-length = 88
|
| 39 |
target-version = ["py311"]
|
| 40 |
-
exclude =
|
| 41 |
/(
|
| 42 |
-
|
| 43 |
-
|
|
| 44 |
| build
|
| 45 |
| dist
|
| 46 |
)/
|
| 47 |
-
|
| 48 |
|
| 49 |
[tool.isort]
|
| 50 |
profile = "black"
|
|
|
|
| 37 |
[tool.black]
|
| 38 |
line-length = 88
|
| 39 |
target-version = ["py311"]
|
| 40 |
+
exclude = """
|
| 41 |
/(
|
| 42 |
+
\\.git
|
| 43 |
+
| \\.venv
|
| 44 |
| build
|
| 45 |
| dist
|
| 46 |
)/
|
| 47 |
+
"""
|
| 48 |
|
| 49 |
[tool.isort]
|
| 50 |
profile = "black"
|