diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b279533..969785e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,12 +2,12 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: check-added-large-files - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: '2.7.2' + rev: '2.7.3' hooks: - id: editorconfig-checker alias: ec @@ -21,15 +21,15 @@ repos: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/jendrikseipp/vulture - rev: 'v2.9.1' + rev: 'v2.10' hooks: - id: vulture