Skip to content

Commit

Permalink
Bump black from 22.12.0 to 23.1.0 (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: “Patrik <[email protected]>
  • Loading branch information
dependabot[bot] and ggravlingen authored Mar 3, 2023
1 parent 8fd754d commit 82563f2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion pyesef/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from pyesef.helpers.read_and_save_filings import read_and_save_filings

if __name__ == "__main__":

parser = argparse.ArgumentParser(description="Handle XBRL files.")
parser.add_argument("--version", action="version", version=f"pyesef {__version__}")
parser.add_argument(
Expand Down
1 change: 0 additions & 1 deletion pyesef/helpers/download_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def download_packages() -> None:
Country.NORWAY,
Country.SWEDEN,
]:

lei = item["lei"]
filing = Filing(
country=_parse_file_ending(path=item["path"]),
Expand Down
2 changes: 1 addition & 1 deletion pyesef/helpers/read_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class BaseXBRLiType(Enum):

def parsed_value(
fact: ModelFact,
) -> (fractions.Fraction | int | Any | bool | str | None):
) -> fractions.Fraction | int | Any | bool | str | None:
"""
Parse value.
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==22.12.0
black==23.1.0
coverage==7.2.1
flake8==6.0.0
flake8-comprehensions==3.10.1
Expand Down

0 comments on commit 82563f2

Please sign in to comment.