diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24dab664..bd0c80d1 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.1.8 + rev: v0.1.9 hooks: - id: ruff args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index f411c96a..a8660fb4 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,4 +1,4 @@ bandit==1.7.6 codespell==2.2.6 -ruff==0.1.8 +ruff==0.1.9 yamllint==1.33.0