Skip to content

Commit

Permalink
2024-06-13 05:46 - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 13, 2024
1 parent 13ee5cc commit ddf54d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/file-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ changelog:
- added|modified: 'changes/**'
- 'CHANGELOG.md'

mypy:
- *python
- 'mypy.ini'

docker_base:
- *docker
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- releases/*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

defaults:
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
outputs:
python_files: ${{ steps.changes.outputs.python }}
mypy: ${{ steps.changes.outputs.mypy }}
steps:
# - run: git config --global --add safe.directory $(realpath .)
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
5 changes: 0 additions & 5 deletions .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
[mypy]
python_version = 3.12
files = src/
;exclude = ~OLD
; ~management
; ~billing
;exclude = (?x)(^\~management$)
;exclude = (?x)(.*/power_query/.*)
exclude = (management/|tests/|manage.py)

install_types = true
Expand Down

0 comments on commit ddf54d0

Please sign in to comment.