diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e63293..c7ca77d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.6 + rev: v0.4.7 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy diff --git a/requirements.dev.txt b/requirements.dev.txt index 45d0042..b5e912d 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,7 +1,7 @@ pytest==8.2.1 mypy==1.10.0 black==24.4.2 -ruff==0.4.6 +ruff==0.4.7 tox~=4.15.0 pre-commit~=3.7.1 build>=0.10.0