We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e52c8 commit 1816b1bCopy full SHA for 1816b1b
1 file changed
ruff.toml
@@ -6,12 +6,13 @@ quote-style = 'single'
6
[lint]
7
ignore = ['E501']
8
select = [
9
- 'E', # pycodestyle
10
- 'F', # Pyflakes
11
- 'UP', # pyupgrade
12
- 'B', # flake8-bugbear
13
- 'SIM', # flake8-simplify
14
- 'I' # isort
+ 'E', # pycodestyle
+ 'F', # Pyflakes
+ 'UP', # pyupgrade
+ 'B', # flake8-bugbear
+ 'SIM', # flake8-simplify
+ 'I', # isort
15
+ 'PERF' # performance
16
]
17
18
[lint.isort]
0 commit comments