Skip to content

Commit

Permalink
Add workaround for black and reorder python imports alongside
Browse files Browse the repository at this point in the history
  • Loading branch information
killer0071234 committed Feb 25, 2024
1 parent 42d8607 commit 419ee04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ vulture
tox
tox-pip-version
colorlog
reorder-python-imports==3.9.0
reorder-python-imports==3.12.0
prettier
aresponses==2.1.6
3 changes: 1 addition & 2 deletions src/zamg/zamg.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""GeoSphere Austria Weather Data Client."""

"""GeoSphere Austria Weather Data Client.""" # fmt: skip
from __future__ import annotations

import json
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Asynchronous GeoSphere Austria client."""
"""Asynchronous GeoSphere Austria client.""" # fmt: skip
import sys

sys.path.append(".")
Expand Down
2 changes: 1 addition & 1 deletion tests/test_zamg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Tests GeoSphere Austria."""
"""Tests GeoSphere Austria.""" # fmt: skip
import json
import pathlib
import zoneinfo
Expand Down

0 comments on commit 419ee04

Please sign in to comment.