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/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0)
- [github.com/psf/black: 22.10.0 → 24.10.0](psf/black@22.10.0...24.10.0)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v1.14.1](pre-commit/mirrors-mypy@v0.982...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent 9eafbcb commit 9206354
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
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.10.0
hooks:
- id: black
language_version: python3.8
Expand All @@ -16,12 +16,12 @@ repos:
- id: seed-isort-config
args: [--application-directories=src]
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
args: ["./src", "./tests"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v1.14.1
hooks:
- id: mypy
exclude: ^testing/resources/

0 comments on commit 9206354

Please sign in to comment.