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

Where possible add config options to pyproject.toml rather than .pre-commit-config.yaml #267

Open
paddyroddy opened this issue Sep 25, 2024 · 1 comment · May be fixed by #284
Open

Where possible add config options to pyproject.toml rather than .pre-commit-config.yaml #267

paddyroddy opened this issue Sep 25, 2024 · 1 comment · May be fixed by #284
Assignees
Labels
enhancement New feature or request

Comments

@paddyroddy
Copy link
Member

Is Your Feature Request Related to a Problem? Please Describe

The main advantage of this is that it means whenever one runs, say, ruff it will apply the config. If it is only in the pre-commit then it will only apply when running ruff via pre-commit.

Describe the Solution You'd Like

No response

Describe Alternatives You've Considered

No response

Additional Context

No response

@paddyroddy
Copy link
Member Author

#232 (comment)

paddyroddy pushed a commit that referenced this issue Sep 25, 2024
#281)

Verbose output flags for both ruff and pytest are used frequently enough
to be added to pyproject.toml.

Refs: #267
Saransh-cpp added a commit that referenced this issue Sep 25, 2024
#281)

Verbose output flags for both ruff and pytest are used frequently enough
to be added to pyproject.toml.

Refs: #267
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant