Skip to content

Commit 49a91ff

Browse files
devin-ai-integration[bot]bot_apk
andauthored
ci(ruff): enable F821 (undefined name) lint rule (#76131)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: bot_apk <apk@cognition.ai>
1 parent a47c8dd commit 49a91ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ max-branches = 15 # Relaxed from default of 12
99
[lint]
1010
select = [
1111
"I", # isort replacement
12+
"F821", # Pyflakes: undefined name
1213
]
1314

1415
# TODO: Re-enable these once we have time to address them

0 commit comments

Comments
 (0)