Skip to content

Commit 9f8e2ee

Browse files
committed
MESH-2092 update packages
1 parent 19730da commit 9f8e2ee

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

pyproject.toml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ include = '\.pyi?$'
5656
#'''
5757

5858
[tool.ruff]
59+
src = ["."]
60+
exclude = [
61+
".git",
62+
".venv",
63+
]
64+
line-length = 120
65+
target-version = "py38"
66+
67+
68+
[tool.ruff.lint]
5969
select = [
6070
# See https://beta.ruff.rs/docs/rules/ for a full list
6171
"E", # pycodestyle errors
@@ -79,14 +89,8 @@ select = [
7989
"RUF", # Ruff-specific rules
8090
"SIM", # flake8-simplify
8191
]
82-
src = ["."]
8392
ignore = []
84-
exclude = [
85-
".git",
86-
".venv",
87-
]
8893
unfixable = []
89-
line-length = 120
90-
target-version = "py38"
94+
9195

9296
[tool.ruff.per-file-ignores]

0 commit comments

Comments
 (0)