Skip to content

Commit 44c991d

Browse files
authored
add date to component listings, update pre-commit components (#58)
* add date to component listings, update pre-commit components * lock azure to windows 2019 image because of issue with VS2022
1 parent 28224ef commit 44c991d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resources:
5555
jobs:
5656
- job: build_windows_cpp
5757
pool:
58-
vmImage: 'windows-latest'
58+
vmImage: 'windows-2019'
5959
steps:
6060
- task: Cache@2
6161
inputs:
@@ -89,7 +89,7 @@ jobs:
8989

9090
- job: build_windows_fortran
9191
pool:
92-
vmImage: 'windows-latest'
92+
vmImage: 'windows-2019'
9393
steps:
9494
- task: Cache@2
9595
inputs:
@@ -123,7 +123,7 @@ jobs:
123123

124124
- job: build_windows_dpcpp
125125
pool:
126-
vmImage: 'windows-latest'
126+
vmImage: 'windows-2019'
127127
steps:
128128
- task: Cache@2 # multiple paths per cache not supported yet. See https://github.com/microsoft/azure-pipelines-agent/pull/2834
129129
inputs:

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ exclude: LICENSES
99

1010
repos:
1111
- repo: https://github.com/ambv/black
12-
rev: 22.1.0
12+
rev: 22.3.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.1.0
16+
rev: v4.2.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: end-of-file-fixer
2020
- id: check-yaml
2121
- id: check-added-large-files
2222
- repo: https://gitlab.com/pycqa/flake8
23-
rev: 4.0.1
23+
rev: 3.9.2
2424
hooks:
2525
- id: flake8
2626
- repo: https://github.com/pycqa/doc8
27-
rev: 0.10.1
27+
rev: 0.11.1
2828
hooks:
2929
- id: doc8
3030
- repo: https://github.com/pycqa/isort

doc/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Components available for installation
66
=====================================
77

8+
Data collection: |today|
9+
810
Windows, Web installer
911
======================
1012

0 commit comments

Comments
 (0)