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: 23.10.1 → 24.10.0](psf/black@23.10.1...24.10.0)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.13.0](pre-commit/mirrors-mypy@v1.6.1...v1.13.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent f8837ec commit 94bfb74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ fail_fast: false

repos:
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 24.10.0
hooks:
- id: black
args: [--diff, --check]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.13.0
hooks:
- id: mypy
exclude: ^tests/
args: [--ignore-missing-imports]
additional_dependencies: [types-requests]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand All @@ -34,7 +34,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: end-of-file-fixer
Expand All @@ -46,7 +46,7 @@ repos:
- id: check-json

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier

Expand Down

0 comments on commit 94bfb74

Please sign in to comment.