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/asottile/blacken-docs: 1.14.0 β†’ 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode β†’ v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
- [github.com/asottile/pyupgrade: v3.8.0 β†’ v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 10, 2023
1 parent 25f76c5 commit fd6068f
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 fd6068f

Please sign in to comment.