Skip to content

Commit 40fa67d

Browse files
authored
update project files (#146)
1 parent c1409aa commit 40fa67d

File tree

7 files changed

+1187
-1024
lines changed

7 files changed

+1187
-1024
lines changed

.github/workflows/default.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.9]
13+
python-version: [3.11]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
strategy:
3535
matrix:
36-
python-version: [3.8, 3.9, '3.10']
36+
python-version: [3.9, '3.10', 3.11]
3737
steps:
3838
- uses: actions/checkout@v3
3939
- id: local-action
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
strategy:
7171
matrix:
72-
python-version: [3.8, 3.9, '3.10']
72+
python-version: [3.9, '3.10', 3.11]
7373
steps:
7474
- uses: actions/checkout@v3
7575
- id: local-action

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '15'
15+
node-version: '20'
1616
- run: npm ci
1717
- run: make spellcheck

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-json
66
- id: check-merge-conflict
@@ -31,7 +31,7 @@ repos:
3131
name: Pretty Format Json (indent=2)
3232
- id: trailing-whitespace
3333
- repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt
34-
rev: v0.2.0
34+
rev: v0.2.1
3535
hooks:
3636
- id: yamlfmt
3737
args: [--mapping, '2', --offset, '2', --sequence, '4']
@@ -42,7 +42,7 @@ repos:
4242
\.pre-commit-config.yaml|
4343
)$
4444
- repo: https://github.com/executablebooks/mdformat
45-
rev: 0.7.16
45+
rev: 0.7.17
4646
hooks:
4747
- id: mdformat
4848
additional_dependencies:
@@ -52,6 +52,6 @@ repos:
5252
# markdownlint is still used after formatting to enforce some rules that the
5353
# formatter will break depending on various factors
5454
- repo: https://github.com/igorshubovych/markdownlint-cli
55-
rev: v0.32.2
55+
rev: v0.37.0
5656
hooks:
5757
- id: markdownlint

0 commit comments

Comments
 (0)