Skip to content

Commit 37be782

Browse files
Technologicatclaude
andcommitted
flake8rc: ignore F824 (global-as-intent-marker)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 259a3c4 commit 37be782

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

flake8rc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ ignore =
3030
# line break before binary operator (PEP 8 recommends Knuth's style, i.e. break before)
3131
W503,
3232
# line break after binary operator
33-
W504
33+
W504,
34+
# `global x` as intent marker (reading, not assigning)
35+
F824
3436
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,node_modules,instance,00_stuff,00_old

0 commit comments

Comments
 (0)