Skip to content

Conversation

@tmillenaar
Copy link
Contributor

Minimal change to address #159

@HannoSpreeuw
Copy link
Collaborator

HannoSpreeuw commented Sep 21, 2025

CI broke, probably because of an issue with hatch when issuing

hatch run lint:flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
hatch run lint:flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

This bug has been reported in the hatch repo
Twice actually, here two workarounds have been suggested.

@tmillenaar
Copy link
Contributor Author

Apparently it is a known issue with Hatch and Click v8.3.0:
pypa/hatch#2050
They are looking at a hotfix for click it seems:
pallets/click#3068

@tmillenaar
Copy link
Contributor Author

I made a temporary fix in this PR:
#161

We can either merge that and rebase this branch to include the fix or we can wait out the click patch release.

@HannoSpreeuw
Copy link
Collaborator

We can either merge that and rebase this branch to include the fix

I'd go for that.

@tmillenaar tmillenaar force-pushed the dont_force_numba_threading_layer branch from d5d9da3 to 27014e2 Compare September 22, 2025 13:33
@HannoSpreeuw
Copy link
Collaborator

Thanks for this fix!

@HannoSpreeuw HannoSpreeuw merged commit 32cde76 into master Sep 22, 2025
9 checks passed
@HannoSpreeuw HannoSpreeuw deleted the dont_force_numba_threading_layer branch September 22, 2025 13:45
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.

3 participants