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

tests: autofix useless object inheritance pylint rule #6050

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

KKoukiou
Copy link
Contributor

Since Python 3, all classes inherit from object by default, so object can be omitted from the list of base classes.

Auto-fixed with: ruff check --fix --select UP004 .

Since Python 3, all classes inherit from object by default,
so object can be omitted from the list of base classes.

Auto-fixed with: ruff check --fix --select UP004 .
@github-actions github-actions bot added the f42 Fedora 42 label Dec 16, 2024
@KKoukiou
Copy link
Contributor Author

/kickstart-tests --testtype smoke

@KKoukiou KKoukiou merged commit fe2258f into rhinstaller:master Dec 16, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f42 Fedora 42
Development

Successfully merging this pull request may close these issues.

2 participants