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 384c9d4 commit d21bad8
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,12 +18,6 @@ repos:
args:
- "--max-line-length=100"
- "--extend-ignore=E203"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.3.0"
hooks:
- id: mypy
additional_dependencies: [types-requests]
language_version: python3.8
- repo: https://github.com/srstevenson/nb-clean
rev: 2.4.0
hooks:
Expand Down

0 comments on commit d21bad8

Please sign in to comment.