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

Label ramble flake8 as deprecated #517

Merged
merged 1 commit into from
May 30, 2024

Conversation

linsword13
Copy link
Collaborator

Tested:

$ PYTHONWARNINGS="always::DeprecationWarning" ramble flake8 -U
==> Warning: flake8 is deprecated as of 0.5.0 and will be removed in 0.6.0. Use the `ramble style` command instead

$ ramble flake8 -h
usage: ramble flake8 [-hkaorU] [-b BASE] ...

(Deprecated, please use `ramble style` instead)runs source code style checks on Ramble. requires flake8

Tested:

```sh
$ PYTHONWARNINGS="always::DeprecationWarning" ramble flake8 -U
==> Warning: flake8 is deprecated as of 0.5.0 and will be removed in 0.6.0. Use the `ramble style` command instead

$ ramble flake8 -h
usage: ramble flake8 [-hkaorU] [-b BASE] ...

(Deprecated, please use `ramble style` instead)runs source code style checks on Ramble. requires flake8
```
@linsword13 linsword13 merged commit abe7146 into GoogleCloudPlatform:develop May 30, 2024
11 checks passed
@linsword13 linsword13 deleted the format-ramble branch May 30, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants