Skip to content

Commit 51ef2d9

Browse files
committed
cleanup pyproject
1 parent 1372686 commit 51ef2d9

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pyproject.toml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,9 @@ version = {attr = "msgpack.__version__"}
4848
[tool.ruff]
4949
line-length = 100
5050
target-version = "py38"
51-
lint.ignore = []
5251
lint.select = [
53-
# pycodestyle
54-
"E",
55-
# Pyflakes
56-
"F",
57-
# isort
58-
"I",
59-
# pyupgrade
60-
#"UP",
52+
"E", # pycodestyle
53+
"F", # Pyflakes
54+
"I", # isort
55+
#"UP", pyupgrade
6156
]
62-
63-
[tool.ruff.lint.per-file-ignores]
64-
#"msgpack/__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)