Skip to content

Commit

Permalink
feat: Updated black formatter version and modified all the files ac…
Browse files Browse the repository at this point in the history
…cording to it (#28040)
  • Loading branch information
Sai-Suraj-27 authored Jan 26, 2024
1 parent dcb67ca commit a1d8098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: ruff
args: [ --fix ]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.1.0
hooks:
- id: black
language_version: python3
Expand Down
3 changes: 1 addition & 2 deletions scripts/backend_generation/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ def _should_install_backend(package_name):
) from e
elif ret.lower() == "n":
print(
Fore.YELLOW
+ "Will continue without backend installed, "
Fore.YELLOW + "Will continue without backend installed, "
"type checking won't be available.\n"
)
else:
Expand Down

0 comments on commit a1d8098

Please sign in to comment.