Skip to content

Commit

Permalink
chore: update pre-commit hooks (#250)
Browse files Browse the repository at this point in the history
updates:
- [github.com/seddonym/import-linter: v2.1 → v2.2](seddonym/import-linter@v2.1...v2.2)
- [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
- [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 26, 2025
1 parent b28c4fe commit 6c52f0f
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 @@ -33,7 +33,7 @@ repos:
args: [--py38-plus]

- repo: https://github.com/seddonym/import-linter
rev: v2.1
rev: v2.2
hooks:
- id: import-linter

Expand All @@ -57,7 +57,7 @@ repos:
args: [--config=pyproject.toml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
additional_dependencies: [pydantic, numpy, types-Jinja2]
Expand All @@ -72,7 +72,7 @@ repos:
additional_dependencies: [tomli]

- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
exclude: tests_.*.py|version.*.py|setup.py # ignore tests and versioneer related code
Expand Down

0 comments on commit 6c52f0f

Please sign in to comment.