Skip to content

Commit ccb8b6c

Browse files
committed
Run ruff check (added missing error type).
1 parent bdaf9cd commit ccb8b6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ lint.select = ['E', 'F', 'W', 'UP', 'B', 'C4', 'PL', 'RUF']
5454
lint.ignore = [
5555
'B007',
5656
'B020',
57+
'E501',
5758
'E731',
5859
'PLR0911',
5960
'PLR0912',

0 commit comments

Comments
 (0)