Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ inline-quotes = "single"
"__init__.py" = ["F401"] # Ignore unused imports in __init__.py
"*_test.py" = ["D", "ANN"] # Ignore docstring and annotation issues in test files
"test_*.py" = ["D", "ANN"] # Ignore docstring and annotation issues in test files
"types.py" = ["D", "E501", "N815"] # Ignore docstring and annotation issues in types.py

[format]
docstring-code-format = true
Expand Down
Loading