Skip to content

Commit

Permalink
Merge pull request #636 from Remi-Gau/fix/types-all
Browse files Browse the repository at this point in the history
[MAINT] drop types all from pre-commit config
  • Loading branch information
Remi-Gau authored Aug 6, 2024
2 parents b24fa93 + ee7b5b1 commit d05a58e
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 @@ -55,6 +55,6 @@ repos:
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [types-all]
additional_dependencies: [types-PyYAML, types-Jinja2, types-click]
files: neurodocker
args: [--config-file, pyproject.toml, --install-types]

0 comments on commit d05a58e

Please sign in to comment.