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

Title: Update configuration to support custom libraries and exclusion of default isort rules #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bscriver123
Copy link
Contributor

Description

This pull request aims to address the issue titled "more ruff configuration" by providing support for custom first party libraries and allowing the configuration file to define additional settings. Currently, the default behavior includes I (isort rules) even when isort=False, which is not ideal.

Changes Made

  • Added support for custom first party libraries in the configuration.
  • Updated the configuration file to support defining additional settings.
  • Excluded I (isort rules) when the isort parameter is set to False.

Related Issue

Closes #issue_number

How to Test

  1. Add custom first party libraries to the configuration file.
  2. Define additional settings in the configuration file.
  3. Set isort=False and ensure that I (isort rules) are excluded as expected.

Screenshots

(Optional: Include any relevant screenshots to demonstrate the changes, if applicable)

Please review and merge this pull request. Thank you!

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