chore: update pre-commit hooks (#3050) [skip ci]

Co-authored-by: djsaunde <1245942+djsaunde@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-11 09:32:21 -04:00
committed by GitHub
parent d4d84d48af
commit ce20e838b5

View File

@@ -3,7 +3,7 @@ default_language_version:
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 rev: v6.0.0
hooks: hooks:
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
@@ -23,7 +23,7 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pylint-dev/pylint - repo: https://github.com/pylint-dev/pylint
rev: v3.3.7 rev: v3.3.8
hooks: hooks:
- id: pylint - id: pylint
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy