Skip to content

Commit

Permalink
fix: undo ruff change made by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Dec 3, 2024
1 parent e7ad1de commit aa84989
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 @@ -247,7 +247,7 @@ select = [
"I001",
"I002"
]
ignore = ["E203", "E501", "E402", "F401"]
ignore = ["E203", "E501", "E402"]

# Provide line length leeway for docstrings
[tool.ruff.lint.pycodestyle]
Expand Down

0 comments on commit aa84989

Please sign in to comment.