-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[py] Remove noqa markers and fix linting #16676
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
base: trunk
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
💥 What does this PR do?
This PR removes #noqa markers and fixes all linting violations in
py/selenium/webdriver/common/bidi/cdp.pythat we were previously skipping.No functional changes.
🔄 Types of changes
PR Type
Enhancement
Description
Remove
# flake8: noqamarker and fix all linting violationsConsolidate imports and reorganize import statements
Reformat docstrings to comply with linting standards
Add missing blank line in Firefox options file
Diagram Walkthrough
File Walkthrough
cdp.py
Linting fixes and import consolidation in CDP modulepy/selenium/webdriver/common/bidi/cdp.py
# flake8: noqamarker from file headercontextlibimports and movedcollections.abcimports to single lineappropriate
listen(),_handle_cmd_response(),_reader_task(), andopen_cdp()options.py
Minor formatting and linting fixespy/selenium/webdriver/firefox/options.py
# noqacomment from@binary_location.setterdecorator