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 → 23.10.0](psf/black@22.6.0...23.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v1.6.1](pre-commit/mirrors-mypy@v0.971...v1.6.1)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.3](pre-commit/mirrors-prettier@v2.7.1...v3.0.3)
- [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent cc641ac commit 951bbac
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: 23.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: v4.5.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.6.1"
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.12.0"
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: "v3.0.3" # 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: "6.1.0" # pick a git hash / tag to point to
hooks:
- id: flake8
exclude: ^tests/
Expand Down

0 comments on commit 951bbac

Please sign in to comment.