Skip to content

Commit

Permalink
MyPy pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-florentin-charles committed Jan 8, 2024
1 parent f33d71f commit 3050cbc
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 @@ -4,4 +4,9 @@ repos:
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0 # Use the sha / tag you want to point at
hooks:
- id: mypy

0 comments on commit 3050cbc

Please sign in to comment.