Skip to content

Commit 9cbbffe

Browse files
committed
[py] Update autoflake configuration
1 parent 82790ae commit 9cbbffe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

py/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,11 @@ target-version = ['py39']
146146

147147
[tool.autoflake]
148148
exclude = "*/devtools/*"
149+
ignore-pass-statements = true
149150
in-place = true
150151
recursive = true
152+
remove-duplicate-keys = true
153+
remove-unused-variables = true
151154

152155
[tool.docformatter]
153156
exclude = 'selenium/webdriver/common/devtools'

0 commit comments

Comments
 (0)