Skip to content

Commit 1837049

Browse files
[pre-commit.ci] pre-commit autoupdate (#367)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c0dbade commit 1837049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: ctest --test-dir ${{ env.CMAKE_BINARY_PREFIX }} -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure
4747
- name: 🎉 Install
4848
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
49-
49+
5050
macos-13:
5151
name: macos-13 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }})
5252
runs-on: macos-13

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
args: [ --allow-multiple-documents ]
4040

4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 2.7.3
42+
rev: 3.0.3
4343
hooks:
4444
- id: editorconfig-checker
4545
name: check .editorconfig rules

0 commit comments

Comments
 (0)