Skip to content

Commit

Permalink
🛠️ Fix (package): Update black 23.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Oct 17, 2023
1 parent 1d42bf6 commit de2b0e9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:

# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black

Expand Down
44 changes: 20 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ packages = [{ include = "design_patterns" }]
python = "^3.11"
isort = "^5.12.0"
mypy = "^1.6.0"
black = "^23.9.1"
black = "^23.10.0"
ruff = "^0.1.0"
pre-commit = "^3.5.0"

Expand Down

0 comments on commit de2b0e9

Please sign in to comment.