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.6.0 → 24.10.0](psf/black@22.6.0...24.10.0)
- [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/pre-commit/mirrors-mypy: v0.971 → v1.14.0](pre-commit/mirrors-mypy@v0.971...v1.14.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
- [github.com/PyCQA/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent cc641ac commit 5bd07a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ repos:
- id: seed-isort-config
name: Seed isort
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
args: [--line-length=100, --target-version=py37]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
exclude: ^.bumpversion.cfg
- id: trailing-whitespace
exclude: ^.bumpversion.cfg
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.971"
rev: "v1.14.0"
hooks:
- id: mypy
name: Lint core with mypy
Expand All @@ -28,18 +28,18 @@ repos:
args: [--ignore-missing-imports]
additional_dependencies: [types-all]
- repo: https://github.com/PyCQA/isort
rev: "5.10.1"
rev: "5.13.2"
hooks:
- id: isort
name: Sort import with isort
args: ["-m3", "-w 100", "--tc"]
exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1" # Use the sha or tag you want to point at
rev: "v4.0.0-alpha.8" # Use the sha or tag you want to point at
hooks:
- id: prettier
- repo: https://github.com/PyCQA/flake8
rev: "5.0.4" # pick a git hash / tag to point to
rev: "7.1.1" # pick a git hash / tag to point to
hooks:
- id: flake8
exclude: ^tests/
Expand Down

0 comments on commit 5bd07a3

Please sign in to comment.