diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ace86868..351bbaa18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.3.4' + rev: 'v0.3.5' hooks: - id: ruff diff --git a/requirements-dev.txt b/requirements-dev.txt index 9fbb7b667..e16f79798 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ -r docs/requirements-docs.txt coveralls==3.3.1 -ruff==0.3.4 +ruff==0.3.5 mypy==1.9.0 pre-commit==3.7.0 pytest==8.1.1