We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1372686 commit 51ef2d9Copy full SHA for 51ef2d9
1 file changed
pyproject.toml
@@ -48,17 +48,9 @@ version = {attr = "msgpack.__version__"}
48
[tool.ruff]
49
line-length = 100
50
target-version = "py38"
51
-lint.ignore = []
52
lint.select = [
53
- # pycodestyle
54
- "E",
55
- # Pyflakes
56
- "F",
57
- # isort
58
- "I",
59
- # pyupgrade
60
- #"UP",
+ "E", # pycodestyle
+ "F", # Pyflakes
+ "I", # isort
+ #"UP", pyupgrade
61
]
62
-
63
-[tool.ruff.lint.per-file-ignores]
64
-#"msgpack/__init__.py" = ["F401", "F403"]
0 commit comments