diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d1ace7..714c2a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: args: - --msg-filename - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.7.2 + rev: 2.7.3 hooks: - id: editorconfig-checker - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -84,7 +84,7 @@ repos: - id: update-package.json - id: update-addon-info.json - repo: https://github.com/perltidy/perltidy - rev: "20230912.02" + rev: "20230912.04" hooks: - id: perltidy - repo: https://github.com/scop/pre-commit-shfmt @@ -92,7 +92,7 @@ repos: hooks: - id: shfmt - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -106,7 +106,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/kumaraditya303/mirrors-pyright - rev: v1.1.329 + rev: v1.1.333 hooks: - id: pyright - repo: https://github.com/PyCQA/bandit