Skip to content

Commit

Permalink
update project files (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle authored Sep 26, 2023
1 parent c1409aa commit 40fa67d
Show file tree
Hide file tree
Showing 7 changed files with 1,187 additions and 1,024 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: [3.11]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: [3.9, '3.10', 3.11]
steps:
- uses: actions/checkout@v3
- id: local-action
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: [3.9, '3.10', 3.11]
steps:
- uses: actions/checkout@v3
- id: local-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '15'
node-version: '20'
- run: npm ci
- run: make spellcheck
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand Down Expand Up @@ -31,7 +31,7 @@ repos:
name: Pretty Format Json (indent=2)
- id: trailing-whitespace
- repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt
rev: v0.2.0
rev: v0.2.1
hooks:
- id: yamlfmt
args: [--mapping, '2', --offset, '2', --sequence, '4']
Expand All @@ -42,7 +42,7 @@ repos:
\.pre-commit-config.yaml|
)$
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -52,6 +52,6 @@ repos:
# markdownlint is still used after formatting to enforce some rules that the
# formatter will break depending on various factors
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.37.0
hooks:
- id: markdownlint
Loading

0 comments on commit 40fa67d

Please sign in to comment.