diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be7aa1b..78cb17f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^uvtools/data/' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -20,7 +20,7 @@ repos: args: ['--fix=no'] - repo: https://github.com/PyCQA/flake8 - rev: '7.0.0' # pick a git hash / tag to point to + rev: '7.1.1' # pick a git hash / tag to point to hooks: - id: flake8 additional_dependencies: @@ -52,7 +52,7 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py38-plus]