File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 submodules : recursive
3030
3131 - name : Install uv and set the python version
32- uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
32+ uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
5858 steps :
5959 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6060 - name : Install uv and set the python version
61- uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
61+ uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
6262 with :
6363 python-version : " 3.13"
6464
7777 steps :
7878 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7979 - name : Install uv and set the python version
80- uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
80+ uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
8181 with :
8282 python-version : " 3.13"
8383 ignore-nothing-to-cache : true
Original file line number Diff line number Diff line change 4545 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4646
4747 - name : Install uv and set the python version
48- uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
48+ uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
4949 with :
5050 python-version : " 3.13"
5151
Original file line number Diff line number Diff line change 11default_stages : [pre-commit]
22repos :
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : v0.12.2
4+ rev : v0.12.4
55 hooks :
66 - id : ruff
77 args : [--fix]
1616 - id : check-merge-conflict
1717
1818 - repo : https://github.com/pre-commit/mirrors-mypy
19- rev : v1.16.1
19+ rev : v1.17.0
2020 hooks :
2121 - id : mypy
2222 files : openfeature
You can’t perform that action at this time.
0 commit comments