Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Jan 4, 2025
1 parent d9564a1 commit a06ff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_tests
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main(cli):
cli.log.error('Improperly formatted code. Please run this: yapf -i -r .')

cli.log.info('Running mypy...')
cmd = ['mypy', '--strict', 'milc']
cmd = ['mypy', '--strict', '--disable-error-code', 'unused-ignore', 'milc']
result = run(cmd, stdin=DEVNULL)
if result.returncode != 0:
build_ok = False
Expand Down

0 comments on commit a06ff93

Please sign in to comment.