Skip to content

Commit

Permalink
Merge pull request #40 from jorenham/bump-dev-deps
Browse files Browse the repository at this point in the history
Bump `basedpyright`, `ruff` and `repo-review` to their latests versions
  • Loading branch information
jorenham authored Sep 2, 2024
2 parents a42f2fe + 5989a9d commit adc45e5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
globs: "**/*.md"

- name: repo-review
uses: scientific-python/[email protected].0
uses: scientific-python/[email protected].2
with:
plugins: sp-repo-review

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1
rev: v0.6.3
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down
52 changes: 26 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ pre-commit = {version = "^3.8.0", python = ">=3.9"}
tox = "^4.18.0"

[tool.poetry.group.lint.dependencies]
sp-repo-review = {version = "^2024.4.23", extras = ["cli"], python = ">=3.10"}
sp-repo-review = {version = "^2024.8.19", extras = ["cli"], python = ">=3.10"}
codespell = "^2.3.0"
ruff = "^0.6.1"
ruff = "^0.6.3"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"

[tool.poetry.group.typecheck.dependencies]
basedpyright = "^1.16.0"
basedpyright = "^1.17.1"
typing_extensions = "*"
pytest = "*"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_mainpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def app():
)


def test_async_implicit(no_uvloop: None, monkeypatch: pytest.MonkeyPatch):
def test_async_implicit(no_uvloop: None, monkeypatch: pytest.MonkeyPatch): # pyright: ignore[reportUnusedParameter]
@mp.main
@_patch_module(monkeypatch, '__main__')
async def app():
Expand Down

0 comments on commit adc45e5

Please sign in to comment.