Skip to content

Conversation

@rsokl
Copy link
Collaborator

@rsokl rsokl commented Oct 24, 2025

Omegaconf 2.4.0 drops support for 3.8. Thus hydra will for its upcoming release

Only run lint once to not make failures noisy

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 24, 2025
@rsokl rsokl requested a review from Jasha10 October 24, 2025 16:35
select = E,F,W,C
copyright-regexp=Copyright \(c\) Facebook, Inc. and its affiliates. All Rights Reserved
ignore=W503,E203,E701,E704
ignore=W503,E203,E231,E701,E704
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, why is it necessary to ignore E231?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was hitting commit-blocking false positives on some literal string patterns. Black would already reformat any code that would have actually violated this

@rsokl rsokl merged commit a44f7f1 into main Oct 27, 2025
35 checks passed
@rsokl rsokl deleted the drop-python-3.8-support branch October 27, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants