We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99359ee commit 23e7e94Copy full SHA for 23e7e94
ruff.toml
@@ -44,7 +44,7 @@ select = [
44
]
45
"tests/test_decorators.py" = [
46
"N813", # camelcase-imported-as-lowercase
47
- "PLR917", # too-many-positional-arguments
+ "PLR0917", # too-many-positional-arguments
48
49
"src/readylog/__init__.py" = [
50
"PLR0913", # too-many-arguments
0 commit comments