Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.12.0 → 24.4.2](psf/black@22.12.0...24.4.2)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v1.10.1](pre-commit/mirrors-mypy@v0.971...v1.10.1)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v1.10.1](pre-commit/mirrors-mypy@v0.971...v1.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 8, 2024
1 parent 190c970 commit b4481d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@

repos:
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black", "--filter-files", "--skip", "__init__.py"]
files: ^dodiscover/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.971"
rev: "v1.10.1"
hooks:
- id: mypy
name: mypy (dodiscover)
args: ["--config-file", "pyproject.toml"]
files: ^dodiscover/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.971"
rev: "v1.10.1"
hooks:
- id: mypy
name: mypy (tests)
Expand Down

0 comments on commit b4481d5

Please sign in to comment.