Skip to content

Commit

Permalink
ci: Remove mypy workflow as covered by pre-commit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 16, 2024
1 parent 57891e3 commit 95b26f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/mypy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
rev: v1.12.0
hooks:
- id: mypy
args: [--strict]
args: [--strict, --show-error-codes]
exclude: "(tests|migrations)/"
additional_dependencies:
- boto3-stubs
Expand Down

0 comments on commit 95b26f7

Please sign in to comment.