Skip to content

Commit 4870ab3

Browse files
authored
Merge pull request #2657 from AntoinePrv/pre-commit
Fix and update pre-commit
2 parents f620f81 + 423e95c commit 4870ab3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ repos:
1818
- id: detect-private-key
1919
- id: check-merge-conflict
2020
- repo: https://github.com/Lucas-C/pre-commit-hooks
21-
rev: v1.3.1
21+
rev: v1.4.2
2222
hooks:
2323
- id: forbid-tabs
2424
- id: remove-tabs
2525
args: [--whitespaces-count, '4']
2626
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
27-
rev: v2.5.0
27+
rev: v2.6.0
2828
hooks:
2929
- id: pretty-format-yaml
3030
args: [--autofix, --indent, '2']
@@ -41,7 +41,7 @@ repos:
4141
files: environment.yaml
4242
# Externally provided executables (so we can use them with editors as well).
4343
- repo: https://github.com/pre-commit/mirrors-clang-format
44-
rev: v15.0.6
44+
rev: v15.0.7
4545
hooks:
4646
- id: clang-format
4747
files: .*\.[hc]pp$

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Changelog
1212

1313
- Add space before pragma diagnostic
1414
`# 2654 https://github.com/xtensor-stack/xtensor/pull/2654` - Update xtl requirement in cmake
15-
`# 2649 https://github.com/xtensor-stack/xtensor/pull/2649`
15+
`# 2649 https://github.com/xtensor-stack/xtensor/pull/2649`
1616
- Fix a bug where .fill doesn't work for a xcontainer that is non-contiguous
1717
`# 2650 https://github.com/xtensor-stack/xtensor/pull/2650`
1818

0 commit comments

Comments
 (0)