pydev-guide / pyrepo-copier

Template for creating a new python repository
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Update pre-commit hooks version #11

Closed jdeschamps closed 1 year ago

jdeschamps commented 1 year ago
tlambert03 commented 1 year ago

this is failing because of https://github.com/copier-org/copier/issues/1225 which was fixed in https://github.com/copier-org/copier/pull/1244 and released in copier 8.1.0

but we pin to copier<8 in our .github test.yml

jdeschamps commented 1 year ago

this is failing because of copier-org/copier#1225 which was fixed in copier-org/copier#1244 and released in copier 8.1.0

but we pin to copier<8 in our .github test.yml

Damn, I pulled main from my forked rather than from this repo....

tlambert03 commented 1 year ago

thanks!