Skip to content

Commit

Permalink
Merge pull request #313 from jupyter/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 11, 2022
2 parents 3eccf09 + d73ee3c commit 0f4d57f
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 @@ -17,7 +17,7 @@ repos:
exclude: .bumpversion.cfg

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
args: ["--line-length", "100"]
Expand All @@ -30,12 +30,12 @@ repos:
args: [--profile=black]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.0
rev: v3.0.0-alpha.1
hooks:
- id: prettier

- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.1.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -60,7 +60,7 @@ repos:
stages: [manual]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.981
rev: v0.982
hooks:
- id: mypy
exclude: jupyter_client/tests
Expand Down

0 comments on commit 0f4d57f

Please sign in to comment.