Update .gitea/workflows/check_python_hatch.yml

This commit is contained in:
Ivan Schaller 2023-12-08 02:06:49 +01:00
parent 8ca6f613fc
commit 29e5c1314a

View file

@ -20,7 +20,7 @@ jobs:
run: pip install -U hatch
- name: test codestyle
run: hatch run lint:fmt
run: hatch run lint:style
- name: test typing
run: hatch run lint:typing