File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ concurrency:
1010 group : tests-${{ github.head_ref || github.ref }}
1111 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1212
13+ permissions : {}
14+
1315jobs :
1416 tests :
1517 name : ${{ matrix.os }} / ${{ matrix.python-version }} ${{ matrix.suffix }}
Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66
7+ permissions : {}
8+
79jobs :
810 build :
911 name : Build
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ repos:
2020 - id : check-docstring-first
2121
2222 - repo : https://github.com/astral-sh/ruff-pre-commit
23- rev : v0.8.6
23+ rev : v0.9.5
2424 hooks :
2525 - id : ruff
2626 - id : ruff-format
2727
2828 - repo : https://github.com/woodruffw/zizmor-pre-commit
29- rev : v1.0 .0
29+ rev : v1.3 .0
3030 hooks :
3131 - id : zizmor
You can’t perform that action at this time.
0 commit comments