Skip to content

Commit

Permalink
drop types-all
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 6, 2024
1 parent 7fd3caa commit e85bf0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py37-plus]
args: [--py38-plus]

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
Expand All @@ -52,15 +52,15 @@ repos:
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [types-all, pydantic]
additional_dependencies: [pydantic]
files: bidsmreye
args: [--config-file, pyproject.toml]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py37-plus]
args: [--py38-plus]

# - repo: https://github.com/snakemake/snakefmt
# rev: v0.8.0
Expand Down

0 comments on commit e85bf0d

Please sign in to comment.