Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #221 from tier4/fix/sync/upstream
Browse files Browse the repository at this point in the history
ci(pre-commit): update Black (#253)
  • Loading branch information
tkimura4 committed Mar 29, 2022
2 parents e12c7e8 + 61620cf commit 155fe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -56,7 +56,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: [--line-length=100]
Expand Down

0 comments on commit 155fe98

Please sign in to comment.