Skip to content

Commit 41fa948

Browse files
Merge pull request #4 from fleetingbytes/develop
style: update ruff rules
2 parents 2b577d0 + 29f08f5 commit 41fa948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ select = [
4444
]
4545
"tests/test_decorators.py" = [
4646
"N813", # camelcase-imported-as-lowercase
47+
"PLR0913", # too-many-arguments
4748
"PLR0917", # too-many-positional-arguments
4849
]
4950
"src/readylog/__init__.py" = [

0 commit comments

Comments
 (0)