diff --git a/britishcycling_clubs/manager.py b/britishcycling_clubs/manager.py index dabdce2..62ab501 100644 --- a/britishcycling_clubs/manager.py +++ b/britishcycling_clubs/manager.py @@ -1,4 +1,5 @@ """Functions to get info from a club's Club Manager pages.""" + from __future__ import annotations import logging diff --git a/pyproject.toml b/pyproject.toml index edc9df6..b7f50c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,9 @@ requests = "^2.23.1" playwright = "^1.39.0" [tool.poetry.group.dev.dependencies] -black = "^23.12.0" +black = "^24.4.0" isort = "^5.13.0" -ruff = "^0.1.8" +ruff = "^0.4.1" [tool.poetry.group.test.dependencies] mypy = "^1.7.1" diff --git a/tests/test_manager.py b/tests/test_manager.py index 0d542c6..564ceeb 100644 --- a/tests/test_manager.py +++ b/tests/test_manager.py @@ -1,4 +1,5 @@ """Tests for 'manager' functions.""" + import pytest from britishcycling_clubs.manager import ( diff --git a/tests/test_profile.py b/tests/test_profile.py index 383a280..b1e8666 100644 --- a/tests/test_profile.py +++ b/tests/test_profile.py @@ -1,4 +1,5 @@ """Tests for 'profile' functions.""" + from bs4 import BeautifulSoup from britishcycling_clubs.profile import (