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

DRAFT: Fix missing section header in pyproject.toml #225

Closed
wants to merge 1 commit into from

Conversation

hur
Copy link
Collaborator

@hur hur commented Nov 11, 2024

Fix missing section header in pyproject.toml

  • Enhancement
  • Major feature update
  • Bug fixes
  • Breaking change
  • Updated unit tests
  • Documentation

Check the values above that match your PR and remove the remaining.

Added features and functionality

If your PR adds features or functionality, what should be included in the next release notes?

Issues resolved

  • Fixes a unrecognized option due to missing section in pyproject.toml

Other

Run poetry run pylint caracara/
************* Module /home/runner/work/caracara/caracara/pyproject.toml
pyproject.toml:1:0: E0015: Unrecognized option found: max-positional-arguments (unrecognized-option)

@hur
Copy link
Collaborator Author

hur commented Nov 11, 2024

Closing as this seems to be an issue not with the .toml but using an older version of pylint, this will be fixed by upgrading to pylint 3.3.0

@hur hur closed this Nov 11, 2024
@hur hur deleted the fix/pyproject-positional-args branch November 11, 2024 11:25
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