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

Pin pre-commit to py3.11 #1121

Closed
wants to merge 1 commit into from
Closed

Pin pre-commit to py3.11 #1121

wants to merge 1 commit into from

Conversation

bouthilx
Copy link
Member

@bouthilx bouthilx commented Nov 3, 2023

Some dependencies (namely autoflake) are not compatible with py3.12 yet.

Pinning pre-commit to py3.11 until we can move to py3.12. There is no reason for having a pre-commit on a later version than what orion supports anyway.

Some dependencies (namely autoflake) are not compatible with py3.12 yet.

Pinning pre-commit to py3.11 until we can move to py3.12. There is no reason for having a pre-commit on a later version than what orion supports anyway.
@bouthilx bouthilx mentioned this pull request Nov 3, 2023
6 tasks
@NeilGirdhar
Copy link
Contributor

You may want to consider moving from flake to ruff, which has become hugely popular. It has very friendly maintainers, does almost everything flake does, is faster, and easier to configure. It also uses the exact same noqa commands, so it should be a drop in replacement.

@bouthilx
Copy link
Member Author

@NeilGirdhar Thanks for sharing, I created another PR based on my fork's branch: #1124

@bouthilx bouthilx closed this Nov 13, 2023
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.

2 participants