File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4141 push : ${{ github.event_name != 'pull_request' }}
4242 tags : ${{ steps.metadata.outputs.tags }}
4343 labels : ${{ steps.metadata.outputs.labels }}
44+ platforms : linux/amd64, linux/arm64
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ repos:
1111 hooks :
1212 - id : ruff
1313 args : [--fix, --exit-non-zero-on-fix]
14- stages : [Nonepre-commitNone ]
14+ stages : [pre-commit ]
1515
1616 - repo : https://github.com/pycqa/isort
1717 rev : 6.0.1
1818 hooks :
1919 - id : isort
20- stages : [Nonepre-commitNone ]
20+ stages : [pre-commit ]
2121
2222 - repo : https://github.com/psf/black
2323 rev : 25.1.0
2424 hooks :
2525 - id : black
26- stages : [Nonepre-commitNone ]
26+ stages : [pre-commit ]
2727
2828 - repo : https://github.com/nonebot/nonemoji
2929 rev : v0.1.4
You can’t perform that action at this time.
0 commit comments