diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01af44c5848bf..279ee3978c200 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: #- id: trailing-whitespace #- id: end-of-file-fixer @@ -37,12 +37,12 @@ repos: - id: check-yaml - repo: https://github.com/lsst-ts/pre-commit-xmllint - rev: v1.0.0 + rev: 6f36260b537bf9a42b6ea5262c915ae50786296e hooks: - id: format-xmllint files: libraries/AP_DDS/dds_xrce_profile.xml - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.7.0 hooks: - id: black files: libraries\/AP_DDS\/(wscript|.*\.py)$