diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 963d55c..8613997 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: files: ^(ahk/daemon\.ahk|ahk/_constants\.py) - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: mixed-line-ending args: ["-f", "lf"] @@ -45,7 +45,7 @@ repos: - id: reorder-python-imports - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.16.0' + rev: 'v1.17.1' hooks: - id: mypy args: @@ -55,7 +55,7 @@ repos: - jinja2 - repo: https://github.com/pycqa/flake8 - rev: '7.2.0' # pick a git hash / tag to point to + rev: '7.3.0' # pick a git hash / tag to point to hooks: - id: flake8 args: