diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b643b292..cbf268da3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: bandit args: ["--skip=B104,B105,B108,B110,B301,B310,B321,B402,B403,B404,B602,B603,B604,B605,B607,B701"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.5 hooks: - id: ruff-check args: [--target-version=py37, --ignore, E722, --config, "builtins = ['_']"] @@ -57,7 +57,7 @@ repos: - --show-source - --statistics - repo: https://github.com/timothycrosley/isort - rev: 9.0.0b1 + rev: 9.0.1 hooks: - id: isort args: [--profile, black, --filter-files]