Skip to content

Commit 2b577d0

Browse files
Merge pull request #3 from fleetingbytes/develop
fix: ruff.toml
2 parents f777b84 + 23e7e94 commit 2b577d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

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

0 commit comments

Comments
 (0)