Skip to content

Commit

Permalink
⬆️ Upgrade pre-commit and black to latest (#1111)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade pre-commit to 4.0

* ⬆️ Upgrade black to 24.10

* ⬆️ Update lock files
  • Loading branch information
ff137 authored Oct 10, 2024
1 parent 80a6c29 commit 1555ffa
Show file tree
Hide file tree
Showing 10 changed files with 127 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
experimental: true
mise_toml: |
[tools]
"pipx:black" = "24.8"
"pipx:black" = "24.10"
"pipx:isort" = "5.13"
python = "3.12"
uv = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
stages: [pre-push]
Expand All @@ -11,7 +11,7 @@ repos:
hooks:
- id: blacken-docs
stages: [pre-push]
additional_dependencies: [black~=24.8.0]
additional_dependencies: [black~=24.10.0]
language_version: python3
files: '\.(rst|md|markdown|py|tex)$'

Expand Down
58 changes: 29 additions & 29 deletions app/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 app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ scalar-fastapi = "^1.0.3"
[tool.poetry.dev-dependencies]
anyio = "~4.6.0"
assertpy = "==1.1"
black = "~24.8.0"
black = "~24.10.0"
isort = "~5.13.2"
mockito = "~1.5.0"
pre-commit = "~3.8.0"
pre-commit = "~4.0.1"
pylint = "~3.3.0"
pytest = "~8.3.2"
pytest-cov = "~5.0.0"
Expand Down
58 changes: 29 additions & 29 deletions endorser/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 endorser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ scalar-fastapi = "^1.0.3"

[tool.poetry.dev-dependencies]
anyio = "~4.6.0"
black = "~24.8.0"
black = "~24.10.0"
isort = "~5.13.2"
pre-commit = "~3.8.0"
pre-commit = "~4.0.1"
pylint = "~3.3.0"
pytest = "~8.3.2"
pytest-cov = "~5.0.0"
Expand Down
Loading

0 comments on commit 1555ffa

Please sign in to comment.