Skip to content

Commit 345bf23

Browse files
include reviewers feedback
1 parent 362477e commit 345bf23

File tree

3 files changed

+2356
-76
lines changed

3 files changed

+2356
-76
lines changed

.github/workflows/simple-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
#----------------------------------------------
1414
# check-out repo and set-up python
1515
#----------------------------------------------
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-python@v4
16+
- uses: actions/checkout@v5
17+
- uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.11'
2020
#----------------------------------------------

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ repos:
1010
- repo: https://github.com/PyCQA/isort
1111
rev: 6.0.0
1212
hooks:
13-
- id: isort
13+
- id: isort

0 commit comments

Comments
 (0)