Skip to content

Commit

Permalink
build(deps): update black to v23.9.1 (#1000)
Browse files Browse the repository at this point in the history
Co-authored-by: shiftinv <[email protected]>
  • Loading branch information
onerandomusername and shiftinv authored Oct 9, 2023
1 parent 1f6104d commit 3b604f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ repos:
name: "run isort in examples"
files: ^examples/

- repo: https://github.com/psf/black
rev: 23.1.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
hooks:
- id: black
name: "run black in all files"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tools = [
codemod = [
# run codemods on the respository (mostly automated typing)
"libcst~=0.4.9",
"black==23.1.0",
"black==23.9.1",
"autotyping==23.2.0",
]
typing = [
Expand Down

0 comments on commit 3b604f6

Please sign in to comment.