Skip to content

Commit

Permalink
further mypy tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jun 24, 2024
1 parent 22162b6 commit 22179b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-ruff.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# This workflow will...
# - see: https://docs.astral.sh/ruff/integrations/#github-actions

name: Linting via ruff
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name: Testing via pytest
on:
push:
branches: [ "master", "stable" ]
paths: ["src/**.py", "tests/**", ".github/workflows/lint-pytest.yml"]
paths: ["src/**.py", "tests/**", ".github/workflows/test-pytest.yml"]

pull_request:
branches: [ "master", "stable" ]
paths: ["src/**.py", "tests/**", ".github/workflows/lint-pytest.yml"]
paths: ["src/**.py", "tests/**", ".github/workflows/test-pytest.yml"]

workflow_dispatch:

Expand Down

0 comments on commit 22179b1

Please sign in to comment.