Commit 5c023b9
committed
Exclude vendored flatbuffers from ruff linting
- Add flatbuffers/* to ruff exclude list (vendored Python runtime)
- Add deps/* to ruff exclude list (git submodules)
- Prevents linting errors from upstream Google Flatbuffers code
- Consistent with zlmdb approach
Fixes code quality checks failing on E743 in flexbuffers.py1 parent 53e6efe commit 5c023b9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
| |||
0 commit comments