Skip to content

Commit

Permalink
chore: precommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 22, 2024
1 parent dfe84fc commit a911130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ repos:
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies: [flake8-breakpoint, flake8-print, flake8-pydantic, flake8-type-checking]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [types-requests, types-setuptools, flake8-pydantic, flake8-type-checking]
additional_dependencies: [types-requests, types-setuptools]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
Expand Down

0 comments on commit a911130

Please sign in to comment.