Skip to content

Commit

Permalink
Merge pull request #883 from Anselmoo/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Anselmoo authored Jul 10, 2023
2 parents 25f76c5 + fd6068f commit 76e88ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.14.0
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.1.0]
Expand Down Expand Up @@ -63,12 +63,12 @@ repos:
- id: pylint
additional_dependencies: [toml==0.10.2, numpy==1.23.4, pydantic==2.0]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v3.0.0"
hooks:
- id: prettier
exclude: docs/plugins/jupyter-interface.md
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 76e88ef

Please sign in to comment.