File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " github>TotallyNotRobots/renovate-config" ,
5- " github>TotallyNotRobots/renovate-config//configs/hatch-manager.json" ,
6- " :separateMajorReleases" ,
7- " :separateMultipleMajorReleases" ,
8- " :separateMultipleMinorReleases" ,
9- " :separatePatchReleases" ,
10- " docker:pinDigests"
5+ " github>TotallyNotRobots/renovate-config//configs/hatch-manager.json"
116 ]
127}
Original file line number Diff line number Diff line change 2525 with :
2626 version : " ${{ env.HATCH_VERSION }}"
2727
28- - name : Set up Git user
29- run : |
30- git config --global user.name "github-actions[bot]"
31- git config --global user.email "github-actions[bot]@users.noreply.github.com"
32-
3328 - name : Update .pre-commit-config.yaml
3429 run : hatch run pre-commit:pre-commit autoupdate --freeze
3530
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ extra-dependencies = [
6666 " pytest==8.4.2" ,
6767 " irc-parser-tests==0.0.4" ,
6868]
69+ post-install-commands = []
6970
7071[tool .hatch .envs .hatch-test .scripts ]
7172run = " pytest{env:HATCH_TEST_ARGS:} {args}"
You can’t perform that action at this time.
0 commit comments