Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Run lint/format across all files#60

Open
brianbeck-google wants to merge 1 commit into
google:masterfrom
brianbeck-google:lint
Open

Run lint/format across all files#60
brianbeck-google wants to merge 1 commit into
google:masterfrom
brianbeck-google:lint

Conversation

@brianbeck-google
Copy link
Copy Markdown

  • Update the makefile to run them against all python files.
  • Fix syntax error in requirements_dev.txt (trailing period).
  • Update flake8 to v5.
  • Fix broken imports in unit tests
  • Run make format to get all files into a lint-clean state in preparation for future work.
  • Fix errors called out by make lint

Fixes #59

Tested:

make setup
python -m unittest
make format
make lint

* Update the makefile to run them against all python files.
* Fix syntax error in requirements_dev.txt (trailing period).
* Update flake8 to v5.
* Fix broken imports in unit tests
* Run `make format` to get all files into a lint-clean state in preparation for future work.
* Fix errors called out by `make lint`

Fixes google#59

Tested:

```
make setup
python -m unittest
make format
make lint
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flake8 configuration is broken

1 participant