Skip to content

Commit

Permalink
cleanup pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed May 6, 2024
1 parent 1372686 commit 51ef2d9
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,9 @@ version = {attr = "msgpack.__version__"}
[tool.ruff]
line-length = 100
target-version = "py38"
lint.ignore = []
lint.select = [
# pycodestyle
"E",
# Pyflakes
"F",
# isort
"I",
# pyupgrade
#"UP",
"E", # pycodestyle
"F", # Pyflakes
"I", # isort
#"UP", pyupgrade
]

[tool.ruff.lint.per-file-ignores]
#"msgpack/__init__.py" = ["F401", "F403"]

0 comments on commit 51ef2d9

Please sign in to comment.