diff --git a/prek.toml b/prek.toml index abf6802..bf69233 100644 --- a/prek.toml +++ b/prek.toml @@ -63,7 +63,7 @@ priority = 0 [[repos]] repo = "https://github.com/editorconfig-checker/editorconfig-checker" -rev = "v3.8.0" +rev = "v3.11.1" [[repos.hooks]] id = "editorconfig-checker" @@ -127,7 +127,7 @@ priority = 0 [[repos]] repo = "https://github.com/python-jsonschema/check-jsonschema" -rev = "0.37.4" +rev = "0.38.0" [[repos.hooks]] id = "check-github-actions" diff --git a/template/prek.toml.jinja b/template/prek.toml.jinja index 4ea25dd..fd17e6a 100644 --- a/template/prek.toml.jinja +++ b/template/prek.toml.jinja @@ -63,7 +63,7 @@ priority = 0 [[repos]] repo = "https://github.com/editorconfig-checker/editorconfig-checker" -rev = "v3.8.0" +rev = "v3.11.1" [[repos.hooks]] id = "editorconfig-checker" @@ -128,7 +128,7 @@ priority = 0 [[repos]] repo = "https://github.com/python-jsonschema/check-jsonschema" -rev = "0.37.4" +rev = "0.38.0" [[repos.hooks]] id = "check-github-actions"