Skip to content

Commit

Permalink
Merge pull request #582 from ClearcodeHQ/dependabot/pip/black-24.1.0
Browse files Browse the repository at this point in the history
Bump black from 23.12.1 to 24.1.0
  • Loading branch information
fizyk authored Jan 26, 2024
2 parents b18d0ae + b64d628 commit 7fc197f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ elasticsearch = "==8.12.0"

[dev-packages]
towncrier = "==23.11.0"
black = "==23.12.1"
black = "==24.1.0"
pytest-xdist = "==3.5.0"
pytest-cov = "==4.1.0"
mock = "==5.1.0"
Expand Down
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/582.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adjusted code formatting with black 24.1
1 change: 1 addition & 0 deletions pytest_elasticsearch/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Configuration for pytest-elasticsearch."""

from pathlib import Path
from typing import Any, Optional, TypedDict

Expand Down
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."""

import warnings

from pytest_elasticsearch import factories
Expand Down
1 change: 1 addition & 0 deletions tests/test_elastic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Pytest-elasticsearch tests."""

from datetime import datetime
from pathlib import Path

Expand Down

0 comments on commit 7fc197f

Please sign in to comment.