We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47c8dd commit 49a91ffCopy full SHA for 49a91ff
1 file changed
ruff.toml
@@ -9,6 +9,7 @@ max-branches = 15 # Relaxed from default of 12
9
[lint]
10
select = [
11
"I", # isort replacement
12
+ "F821", # Pyflakes: undefined name
13
]
14
15
# TODO: Re-enable these once we have time to address them
0 commit comments