Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Sep 20, 2023
1 parent f919834 commit bfa00f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
with:
python-version: 3.7

- name: Install Dependencies
run: |
pip3 install mypy -U
- name: mypy
run: mypy --show-column-numbers --hide-error-context .
4 changes: 3 additions & 1 deletion notes/decrypt_6106.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

# SPDX-License-Identifier: CC0-1.0

D_A40004F0 = [
from __future__ import annotations

D_A40004F0: list[int] = [
# Fill with 0x2BC bytes at rom offset 0x0004F0 from cic 6106
]

Expand Down

0 comments on commit bfa00f8

Please sign in to comment.