Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump black from 23.12.1 to 24.1.1 #69

Merged
merged 3 commits into from
Feb 5, 2024
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 dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-formatting.in
#
black==23.12.1
black==24.1.1
# via -r dev_requirements/requirements-formatting.in
click==8.1.3
# via black
Expand Down
1 change: 1 addition & 0 deletions src/pvtool/customer_loader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Contains validation logic for TripicaCustomerLoaderDataSet
"""

import re
from datetime import date, datetime
from typing import Any, Generator, Optional, TypeAlias, TypeVar
Expand Down
1 change: 1 addition & 0 deletions src/pvtool/malo_id_validation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
validators that were included in the bo4e package prior to version 0.6.0
"""

import re

from pydantic_core.core_schema import ValidationInfo
Expand Down
1 change: 1 addition & 0 deletions src/pvtool/network_loader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Contains validation logic for TripicaNetworkLoaderDataSet
"""

import re
from typing import Iterator

Expand Down
1 change: 1 addition & 0 deletions src/pvtool/resource_loader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Contains validation logic for TripicaResourceLoaderDataSet
"""

import re

from ibims.bo4e import Sparte
Expand Down
1 change: 1 addition & 0 deletions src/pvtool/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Contains utility functions to be used in the PV-Tool.
"""

import inspect
from typing import Optional

Expand Down
1 change: 1 addition & 0 deletions src/pvtool/validation_manager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This module contains the ValidationManager classes used throughout the PV-Tool.
"""

from bomf.config import MigrationConfig
from injector import inject
from pvframework import ValidationManager
Expand Down