Commit f2e08090 authored by Zebedee Nicholls's avatar Zebedee Nicholls
Browse files

Merge branch 'update-pre-commit-hooks-version' into 'main'

Update pre commit hooks version

See merge request !48
parents 9bea2e7e acfeca91
Loading
Loading
Loading
Loading
Loading
+1 −0
Changes for changelog/48.improvement.md: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
Upgraded to the latest version of pre-commit-hooks
+1 −1
Changes for template/.pre-commit-config.yaml.jinja: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ ci:
# See https://pre-commit.com/hooks.html for more hooks
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: "v5.0.0"
    rev: "v6.0.0"
    hooks:
      - id: check-added-large-files
      - id: check-ast
+1 −1
Changes for tests/regression/ctt/conda-release/.pre-commit-config.yaml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: "v5.0.0"
    rev: "v6.0.0"
    hooks:
      - id: check-added-large-files
      - id: check-ast
+1 −1
Changes for tests/regression/ctt/github-defaults/.pre-commit-config.yaml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ ci:
# See https://pre-commit.com/hooks.html for more hooks
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: "v5.0.0"
    rev: "v6.0.0"
    hooks:
      - id: check-added-large-files
      - id: check-ast
+1 −1
Changes for tests/regression/ctt/github-include-cli-all-extras/.pre-commit-config.yaml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ ci:
# See https://pre-commit.com/hooks.html for more hooks
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: "v5.0.0"
    rev: "v6.0.0"
    hooks:
      - id: check-added-large-files
      - id: check-ast
Loading