Skip to content

fix ruff checks

6551ffa
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

added driver configuration #4

fix ruff checks
6551ffa
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for Python completed Mar 5, 2025 in 0s

6 new problems found by Qodana Community for Python

Qodana Community for Python

6 new problems were found

Inspection name Severity Problems
Unbound local variables 🔶 Warning 2
Class has no init method ◽️ Notice 4

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 1 in src/screens/base_screen.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Class has no `__init__` method

Class has no __init__ method

Check notice on line 6 in src/drivers/android_driver.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Class has no `__init__` method

Class has no __init__ method

Check notice on line 6 in src/drivers/ios_driver.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Class has no `__init__` method

Class has no __init__ method

Check notice on line 10 in src/drivers/driver_factory.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Class has no `__init__` method

Class has no __init__ method

Check warning on line 60 in conftest.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Unbound local variables

Local variable 'driver' might be referenced before assignment

Check warning on line 58 in conftest.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Unbound local variables

Local variable 'driver' might be referenced before assignment