Skip to content

Commit

Permalink
skipping interrogate as it is not picking up @overload skip flag
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed May 10, 2024
1 parent 5fc3ba5 commit 7413aa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
python-version: "3.10"
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install & run interrogate
run: |
uv pip install interrogate==1.5.0 --system
make interrogate
# - name: Install & run interrogate
# run: |
# uv pip install interrogate==1.5.0 --system
# make interrogate
- name: Install & run linter
run: |
uv pip install ."[lint]" --system
Expand Down

0 comments on commit 7413aa0

Please sign in to comment.