Skip to content

Commit 1816b1b

Browse files
committed
chore: enable performance linter
1 parent b6e52c8 commit 1816b1b

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

ruff.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ quote-style = 'single'
66
[lint]
77
ignore = ['E501']
88
select = [
9-
'E', # pycodestyle
10-
'F', # Pyflakes
11-
'UP', # pyupgrade
12-
'B', # flake8-bugbear
13-
'SIM', # flake8-simplify
14-
'I' # isort
9+
'E', # pycodestyle
10+
'F', # Pyflakes
11+
'UP', # pyupgrade
12+
'B', # flake8-bugbear
13+
'SIM', # flake8-simplify
14+
'I', # isort
15+
'PERF' # performance
1516
]
1617

1718
[lint.isort]

0 commit comments

Comments
 (0)