Skip to content

Commit

Permalink
Remove commented code in pyproject.toml
Browse files Browse the repository at this point in the history
This update removes the unnecessary commented code in the 'pyproject.toml' file. By removing this line of code, we maintain a clean and readable configuration file.

Signed-off-by: DanielAvdar <[email protected]>
  • Loading branch information
DanielAvdar committed Mar 8, 2024
1 parent 061f9d2 commit bf4c243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ build-backend = "poetry.core.masonry.api"

[tool.ruff]
line-length = 120
include = ["pyproject.toml", "tests/**", "schemarrow/**",]# ".github/workflows/**", ]
include = ["pyproject.toml", "tests/**", "schemarrow/**",]

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "B", "I"]
Expand Down

0 comments on commit bf4c243

Please sign in to comment.