diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52a34c7..c4437a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: # - id: trailing-whitespace # - id: end-of-file-fixer @@ -18,7 +18,7 @@ repos: args: - "--maxkb=4000" - repo: https://github.com/myint/autoflake - rev: v1.4 + rev: v2.3.1 hooks: - id: autoflake args: @@ -26,11 +26,11 @@ repos: - --remove-unused-variables - --remove-all-unused-imports - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort name: isort (python) @@ -44,11 +44,11 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: v1.3.0 + rev: v1.3.3 hooks: - id: python-safety-dependencies-check - repo: https://github.com/teamdigitale/json-semantic-playground.git