Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make generated config files more lintable
c, load_config are injected into the file namespace, but linters don't know that avoids `c is undefined` errors on every config line uses `# noqa` to avoid lint on the `c = load_config()` line itself
- Loading branch information