Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ boto3-stubs = {version = "==1.34.23", extras = ["dynamodb"]}
towncrier = "==23.11.0"
pytest-cov = "==4.1.0"
pytest-xdist = "==3.5.0"
black = "==23.12.1"
black = "==24.1.1"
mypy = "==1.8.0"
tbump = "==6.11.0"
ruff = "==0.1.14"
48 changes: 24 additions & 24 deletions Pipfile.lock

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

1 change: 1 addition & 0 deletions newsfragments/1291.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update code formatting according to black 24.1
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests main conftest file."""

from pytest_dynamodb import factories
from pytest_dynamodb.plugin import * # noqa: F403

Expand Down
1 change: 1 addition & 0 deletions tests/test_dynamodb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test module for pytest-dynamodb."""

import uuid

import pytest
Expand Down