diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d54629..9fc5413 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: # Formatters: hooks that re-write Python and RST files ######################################################################################## - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.0.2 hooks: - id: prettier types_or: [yaml] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 # Use the ref you want to point at + rev: 0.7.17 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins