Skip to content

Commit e2ea8b8

Browse files
committed
Remove pointless option in ruff config
1 parent 7dd30c3 commit e2ea8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ignore = [
3535
"TRY003", # Avoid specifying long messages outside the exception class
3636
]
3737

38-
logger-objects = ["griffe.logger", "griffe.logger"]
38+
logger-objects = ["griffe.logger"]
3939

4040
[lint.per-file-ignores]
4141
"packages/griffecli/src/griffecli/__main__.py" = [

0 commit comments

Comments
 (0)