diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 468f8658..852f5c5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.3.2 + rev: v0.3.4 hooks: - id: ruff args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 7de48edf..e8ce861e 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,4 +1,4 @@ bandit==1.7.8 codespell==2.2.6 -ruff==0.3.2 +ruff==0.3.4 yamllint==1.35.1