Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-gte-7.4.2-and-lt-9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 authored Apr 20, 2024
2 parents 6f99439 + eaffd1a commit 5d7f2bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions britishcycling_clubs/manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Functions to get info from a club's Club Manager pages."""

from __future__ import annotations

import logging
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions tests/test_manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for 'manager' functions."""

import pytest

from britishcycling_clubs.manager import (
Expand Down
1 change: 1 addition & 0 deletions tests/test_profile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for 'profile' functions."""

from bs4 import BeautifulSoup

from britishcycling_clubs.profile import (
Expand Down

0 comments on commit 5d7f2bc

Please sign in to comment.