File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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']
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$
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments