Skip to content

Commit

Permalink
chore: add these back
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Jan 11, 2024
1 parent daa015e commit 552214f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ repos:
rev: 6.0.0
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
hooks:
- id: mypy
language_version: python3.10
additional_dependencies: [types-cachetools]

- repo: https://github.com/Yelp/detect-secrets
rev: v1.3.0
Expand Down

0 comments on commit 552214f

Please sign in to comment.