Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Jul 11, 2024
1 parent deda21c commit dffa8fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ extras = dev
[tool.ruff]
line-length = 120


[tool.ruff.lint]
# Enable Pyflakes `E` and `F` codes by default.
lint.select = [
"F", # Pyflakes
Expand Down Expand Up @@ -115,7 +113,6 @@ exclude = [
]
lint.per-file-ignores = {}


# Allow unused variables when underscore-prefixed.
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

Expand All @@ -137,4 +134,4 @@ filename = "CITATION.cff"
filename = "docs/conf.py"

[tool.poetry.scripts]
rcx_tk = "rcx_tk.__main__:main"
rcx_tk = "rcx_tk.__main__:main"

0 comments on commit dffa8fd

Please sign in to comment.