Commit f03355b
authored
Ignore build directory in .flake8 config (#8079)
Prevents spurious formatting errors from
`./build/test/lit/lit.site.cfg.py`:
```sh
$ flake8
./build/test/lit/lit.site.cfg.py:3:1: F821 undefined name 'config'
./build/test/lit/lit.site.cfg.py:4:1: F821 undefined name 'config'
./build/test/lit/lit.site.cfg.py:6:1: F821 undefined name 'lit_config'
./build/test/lit/lit.site.cfg.py:7:5: F821 undefined name 'config'
./build/test/lit/lit.site.cfg.py:7:26: F821 undefined name 'config'
```1 parent ecf25d6 commit f03355b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
0 commit comments