Skip to content

Commit

Permalink
Bump black from 23.12.1 to 24.2.0 (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik <[email protected]>
  • Loading branch information
dependabot[bot] and emontnemery authored Mar 4, 2024
1 parent e3fbe71 commit 249737f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions improv_ble_client/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Exceptions."""

from __future__ import annotations

from typing import TYPE_CHECKING
Expand Down
1 change: 1 addition & 0 deletions improv_ble_client/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Models."""

from __future__ import annotations

from enum import Enum, auto
Expand Down
1 change: 1 addition & 0 deletions improv_ble_client/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility functions."""

from __future__ import annotations

import contextlib
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.12.1
black==24.2.0
flake8==7.0.0
isort==5.13.2
mypy==1.8.0
Expand Down

0 comments on commit 249737f

Please sign in to comment.