diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eb60665c..8cef42c0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: # F822: undefined name in __all__ # F823: local variable name referenced before assignment - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 args: @@ -77,7 +77,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.8" + rev: "v0.4.9" hooks: - id: ruff args: ["--fix", "--show-fixes"]