Skip to content

Commit

Permalink
Update black to 23.3.0 (home-assistant#90569)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 31, 2023
1 parent b24a575 commit 6bad5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
args:
- --fix
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
args:
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit

bandit==1.7.4
black==23.1.0
black==23.3.0
codespell==2.2.2
isort==5.12.0
ruff==0.0.260
Expand Down

0 comments on commit 6bad5f0

Please sign in to comment.