Skip to content

Commit 7a09310

Browse files
committed
add ignore to support current API: FBT001 Boolean-typed positional argument in function definition
1 parent 0f2e783 commit 7a09310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ select = [
6060
'FLY', # flynt
6161
'RUF', # ruff-specific rules
6262
]
63+
ignore = ['FBT001']
6364

6465
[tool.pytest.ini_options]
6566
addopts = ['--doctest-modules']

0 commit comments

Comments
 (0)