Skip to content

Commit 8647b22

Browse files
Socratic Developerclaude
andcommitted
fix: Update ruff config to ignore E402
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent b4f1907 commit 8647b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ target-version = "py38"
8181

8282
[tool.ruff.lint]
8383
select = ["E", "F", "W", "I"]
84-
ignore = ["E501"]
84+
ignore = ["E402", "E501"]
8585

8686
[tool.mypy]
8787
python_version = "3.10"

0 commit comments

Comments
 (0)