diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8662dcef9..d17108816 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: detect-private-key - id: end-of-file-fixer - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.1 hooks: - id: autoflake args: ["--in-place", "--remove-all-unused-imports"] @@ -36,7 +36,7 @@ repos: additional_dependencies: [toml] name: Sort imports using isort - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black name: Run black formatter