Skip to content

Commit 91f597b

Browse files
[pre-commit.ci] pre-commit autoupdate (#3754)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/hadialqattan/pycln: v1.1.0 → v1.2.0](hadialqattan/pycln@v1.1.0...v1.2.0) - [github.com/pre-commit/mirrors-clang-format: v13.0.0 → v13.0.1](pre-commit/mirrors-clang-format@v13.0.0...v13.0.1) * Update .pre-commit-config.yaml * ci: specify which windows image to use Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 9aa676d commit 91f597b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
args: >
4646
-DPYBIND11_FINDPYTHON=ON
4747
-DCMAKE_CXX_FLAGS="-D_=1"
48-
- runs-on: windows-latest
48+
- runs-on: windows-2019
4949
python: '3.6'
5050
args: >
5151
-DPYBIND11_FINDPYTHON=ON
@@ -717,7 +717,7 @@ jobs:
717717
args: -DCMAKE_CXX_STANDARD=17
718718

719719
name: "🐍 ${{ matrix.python }} • MSVC 2019 • x86 ${{ matrix.args }}"
720-
runs-on: windows-latest
720+
runs-on: windows-2019
721721

722722
steps:
723723
- uses: actions/checkout@v2

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repos:
7171

7272
# Autoremoves unused imports
7373
- repo: https://github.com/hadialqattan/pycln
74-
rev: "v1.1.0"
74+
rev: "v1.2.0"
7575
hooks:
7676
- id: pycln
7777

@@ -163,6 +163,7 @@ repos:
163163

164164
# Clang format the codebase automatically
165165
- repo: https://github.com/pre-commit/mirrors-clang-format
166-
rev: "v13.0.0"
166+
rev: "v13.0.1"
167167
hooks:
168168
- id: clang-format
169+
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)