Skip to content

Commit

Permalink
Exclude tests folder from mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Feb 21, 2024
1 parent 565e180 commit f0fc520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ repos:
entry: python3 -m mypy --config-file pyproject.toml
language: system
types: [python]
exclude: "tests"

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
Expand Down

0 comments on commit f0fc520

Please sign in to comment.