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

[REF] pylint_odoo: Update pylint from v3.1 to v3.3 remove py38 support #515

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

moylop260
Copy link
Collaborator

@moylop260 moylop260 commented Jan 9, 2025

pylint drops support for python3.8
Also, py3.8 stop official support recently

Notice your configuration files will need to load plugins:

  • pylint.extensions.bad_builtin

Check what about the following checks

Add to the configuration file:

  • py_version based on the odoo version matched to OS released and python version
  • Rename the [MASTER] section to [MAIN]

Analyze new checks:

  • contextmanager-generator-missing-cleanup
  • declare-non-slot
  • possibly-used-before-assignment
  • using-assignment-expression-in-unsupported-version
  • using-exception-groups-in-unsupported-version
  • using-generic-type-syntax-in-unsupported-version
  • using-positional-only-args-in-unsupported-version

@moylop260 moylop260 self-assigned this Jan 9, 2025
@moylop260 moylop260 changed the title [REF] pylint_odoo: Update pylint v3.3 remove py38 support [REF] pylint_odoo: Update pylint from v3.1 to v3.3 remove py38 support Jan 9, 2025
@moylop260 moylop260 merged commit 27391ab into OCA:main Jan 10, 2025
23 checks passed
@moylop260 moylop260 deleted the upd-py-moy branch January 10, 2025 22:13
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