Skip to content

Commit

Permalink
update black
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Feb 13, 2024
1 parent 342578b commit cdf359c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: "24.1.1"
rev: "24.2.0"
hooks:
- id: black
name: python black
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

48 changes: 24 additions & 24 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ pytest-cov = "^4.1.0"
coverage = "^7.3.2"

[tool.poetry.group.dev.dependencies]
black = "^23.11.0"
black = "^24.2.0"
isort = "^5.12.0"
ruff = "^0.2.0"
ruff = "^0.2.1"

[tool.black]
# https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-via-a-file
Expand Down

0 comments on commit cdf359c

Please sign in to comment.