diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d1fb20fc..bc2e0bc0d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.0.251' + rev: 'v0.0.255' hooks: - id: ruff diff --git a/requirements-dev.txt b/requirements-dev.txt index 44c1a69fc..6d076777f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ -r docs/requirements-docs.txt coveralls==3.3.1 -ruff==0.0.254 +ruff==0.0.255 mypy==1.1.1 pre-commit==3.1.1 pytest==7.2.2