Skip to content

Commit

Permalink
remove mypy from skip in .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist authored Nov 25, 2024
1 parent f238e88 commit 3d5717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: ^(docs|tests|tutorials|.github)

ci:
autoupdate_schedule: monthly
skip: [mypy]
skip: []
autofix_commit_msg: pre-commit auto-fixes
autoupdate_commit_msg: pre-commit autoupdate

Expand Down

0 comments on commit 3d5717d

Please sign in to comment.