diff --git a/.gitea/workflows/check_python_hatch.yml b/.gitea/workflows/check_python_hatch.yml index 1e8b929..3a97dd3 100644 --- a/.gitea/workflows/check_python_hatch.yml +++ b/.gitea/workflows/check_python_hatch.yml @@ -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