Skip to content

Commit

Permalink
Merge pull request #1470 from jupyter/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
consideRatio committed Sep 20, 2021
2 parents b94c2f2 + b18c40a commit e6970b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -12,14 +12,14 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 21.8b0
rev: 21.9b0
hooks:
- id: black
args: [--target-version=py39]

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.0
rev: v2.4.1
hooks:
- id: prettier

Expand Down

0 comments on commit e6970b2

Please sign in to comment.