Skip to content

Commit

Permalink
chore(deps): pre-commit.ci autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1)
- [github.com/psf/black-pre-commit-mirror: 23.10.1 → 23.12.0](psf/black-pre-commit-mirror@23.10.1...23.12.0)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent 566f8bf commit b20bf49
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
Expand Up @@ -23,7 +23,7 @@ repos:
args: ["--include-version-classifiers", "--max-py-version=3.11"]

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["-a", "from __future__ import annotations"]
Expand All @@ -35,14 +35,14 @@ repos:
args: ["--py38-plus"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
rev: 1.7.1
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.31.0]
args: ["--py38-plus"]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.1
rev: 23.12.0
hooks:
- id: black-jupyter

Expand All @@ -53,7 +53,7 @@ repos:
additional_dependencies: [flake8-bugbear]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.7.1
hooks:
- id: mypy
files: src
Expand Down

0 comments on commit b20bf49

Please sign in to comment.