Skip to content

Commit

Permalink
Merge pull request #436 from fizyk/dependabot/pip/black-24.1.1
Browse files Browse the repository at this point in the history
build(deps-dev): bump black from 23.12.1 to 24.1.1
  • Loading branch information
fizyk authored Jan 31, 2024
2 parents 83b7cbc + 177ac72 commit 9680cdb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ pytest-cov = "==4.1.0"
coverage = "==7.4.1"
mock = "==5.1.0"
requests-mock = "==1.11.0"
black = "==23.12.1"
black = "==24.1.1"
tbump = "==6.11.0"
ruff = "==0.1.14"
1 change: 1 addition & 0 deletions newsfragments/436.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update code formatting with black 24.1
1 change: 1 addition & 0 deletions tests/test_blob.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Blob module tests."""

from pyramid_basemodel.blob import Blob


Expand Down
1 change: 1 addition & 0 deletions tests/test_init.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test for elements defined in init module."""

from mock import Mock

import pyramid_basemodel
Expand Down
1 change: 1 addition & 0 deletions tests/test_mixin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Mixin test module."""

from mock import Mock, patch

from pyramid_basemodel.mixin import TouchMixin
Expand Down
1 change: 1 addition & 0 deletions tests/test_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Model test module."""

from pyramid_basemodel import BaseMixin


Expand Down
1 change: 1 addition & 0 deletions tests/test_slug.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Slug test module."""

import pytest
from mock import MagicMock
from sqlalchemy import Column, Integer
Expand Down

0 comments on commit 9680cdb

Please sign in to comment.