Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🔥AUDIT🔥] Get rid of the jobs argbument to flake8. #44

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

csilvers
Copy link
Member

🖍 This is an audit! 🖍

Summary:

This both resolves a TODO, and fixes a bug where the new version of
flake8 expects an argparse.flag object instead of a string, and thus
was failing to parse this.

Issue: none

Test plan:

I ran this with success:

cd khan/internal-webserver && ka-lint gae_dashboard/initiatives.py

This both resolves a TODO, and fixes a bug where the new version of
flake8 expects an argparse.flag object instead of a string, and thus
was failing to parse this.

Issue: none

Test plan:
I ran this with success:
```
cd khan/internal-webserver && ka-lint gae_dashboard/initiatives.py
```
@csilvers csilvers self-assigned this Apr 26, 2024
@csilvers csilvers requested a review from a team April 26, 2024 19:38
@csilvers csilvers added the audit label Apr 26, 2024
@csilvers csilvers merged commit 1f15c55 into master Apr 26, 2024
Copy link
Member

@MiguelCastillo MiguelCastillo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants