Skip to content

Commit

Permalink
ci: remove mypy from pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benwandrew authored Nov 8, 2023
1 parent daff328 commit 5770505
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,5 @@ repos:
args:
- "--max-line-length=100"
- "--extend-ignore=E203"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.991"
hooks:
- id: mypy
additional_dependencies: [types-requests]
language_version: python3.8
default_language_version:
python: python3

0 comments on commit 5770505

Please sign in to comment.