Skip to content

Commit

Permalink
Merge pull request #83 from elliot-100/dev-deps
Browse files Browse the repository at this point in the history
dev-deps: bump black, ruff
  • Loading branch information
elliot-100 authored Apr 20, 2024
2 parents fb5f6b2 + 6c8867e commit eaffd1a
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 eaffd1a

Please sign in to comment.