Skip to content

Commit

Permalink
Update black to 23.9.0 (#99965)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Sep 9, 2023
1 parent dced72f commit 483e9c9
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-pre-commit-mirror
rev: 23.7.0
rev: 23.9.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,6 +1,6 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit

black==23.7.0
black==23.9.0
codespell==2.2.2
ruff==0.0.285
yamllint==1.32.0

0 comments on commit 483e9c9

Please sign in to comment.