Skip to content

Lint test code #721

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

Merged
merged 2 commits into from
Nov 13, 2022
Merged

Lint test code #721

merged 2 commits into from
Nov 13, 2022

Conversation

harupy
Copy link
Contributor

@harupy harupy commented Nov 13, 2022

I found test code is not lint-checked.

@charliermarsh charliermarsh merged commit 43cc8bc into astral-sh:main Nov 13, 2022
@charliermarsh
Copy link
Member

Thanks!

@@ -77,7 +77,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- run: cargo clippy --all -- -D warnings
- run: cargo clippy --all-targets --all-features -- -D warnings
Copy link
Contributor

Choose a reason for hiding this comment

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

--all should have been kept (or replaced with its modern synonym --workspace). Now we aren’t linting the ruff_dev and flake8-to-ruff crates.

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.

3 participants