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

Bump ruff to 0.8 #186

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Bump ruff to 0.8 #186

wants to merge 2 commits into from

Conversation

danielhollas
Copy link
Contributor

No description provided.

@@ -6,7 +6,7 @@
import pytest
import requests
import selenium.webdriver.support.expected_conditions as ec
from requests.exceptions import ConnectionError
from requests.exceptions import ConnectionError # noqa: A004
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ruff was complaining that ConnectionError shadows a builtin exception.

@danielhollas danielhollas marked this pull request as draft November 28, 2024 18:46
@danielhollas
Copy link
Contributor Author

I have no clue what is happening with pre-commit.ci, its autofix is reverting my changes needed by ruff 0.8. Marking as draft, will try again when 0.8.1 is available.

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.

1 participant