Skip to content

Commit

Permalink
Merge pull request #422 from fizyk/dependabot/pip/black-24.1.1
Browse files Browse the repository at this point in the history
Bump black from 23.12.1 to 24.1.1
  • Loading branch information
fizyk committed Jan 29, 2024
2 parents dd56f1b + f1b1bd4 commit 7fbab0a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ towncrier = "==23.11.0"
pytest-cov = "==4.1.0"
coverage = "==7.4.1"
mypy = "==1.8.0"
black = "==23.12.1"
black = "==24.1.1"
tbump = "==6.11.0"
ruff = "==0.1.14"
1 change: 1 addition & 0 deletions newsfragments/422.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adjusted code formatting to black 24.1
1 change: 1 addition & 0 deletions tests/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Define dummy app for tests."""

from typing import Any, Dict

from pyramid.config import Configurator
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""Conftest module."""

from pytest_pyramid.plugin import * # noqa: F403
1 change: 1 addition & 0 deletions tests/test_fixture.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Testing fixtures."""

import pytest
from _pytest.fixtures import FixtureRequest
from pyramid.config import Configurator
Expand Down

0 comments on commit 7fbab0a

Please sign in to comment.