diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2022-09-02 16:23:18 -0700 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-11-29 23:26:05 -0500 |
| commit | 5794805f8e76dfe940f6c09d080d9068fe1ff98d (patch) | |
| tree | b85c458fafca27c878a36db544c2ccaa9a5c4e23 /mesonbuild/interpreterbase | |
| parent | e8727fc8571bc8b9dc23255c267b52478d12e66f (diff) | |
| download | meson-5794805f8e76dfe940f6c09d080d9068fe1ff98d.tar.gz | |
pylint: enable used-before-assignment
The one case of this was a false-positive, but what we were doing
(checking locals()) is not idiomatic. I've replaced the call to
`locals()` with the obvious `var: T.Optional[str] = None` with check
instead.
Diffstat (limited to 'mesonbuild/interpreterbase')
0 files changed, 0 insertions, 0 deletions
