diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2be3c9d..a5b94c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: args: ['--branch', 'main'] - id: trailing-whitespace - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.8.0 + rev: 3.11.1 hooks: - id: editorconfig-checker alias: ec @@ -28,7 +28,7 @@ repos: - id: autoflake args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variables'] - repo: https://github.com/PyCQA/isort - rev: 9.0.0b2 + rev: 9.0.0b5 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror