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.1.0 → 23.11.0](psf/black@22.1.0...23.11.0)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0)
- [github.com/pre-commit/mirrors-mypy: v0.942 → v1.7.0](pre-commit/mirrors-mypy@v0.942...v1.7.0)
- [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.6.1 → v3.1.0](pre-commit/mirrors-prettier@v2.6.1...v3.1.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent 742bbdc commit 365b4ba
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.1.0
rev: 23.11.0
hooks:
- id: black
language_version: python3
args: [--line-length=100, --target-version=py38]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.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.942"
rev: "v1.7.0"
hooks:
- id: mypy
name: Lint core with mypy
Expand All @@ -27,18 +27,18 @@ repos:
pass_filenames: false
args: [--ignore-missing-imports]
- 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.6.1"
rev: "v3.1.0"
hooks:
- id: prettier
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
rev: "6.1.0"
hooks:
- id: flake8
exclude: ^tests/
Expand Down

0 comments on commit 365b4ba

Please sign in to comment.