File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,12 @@ jobs:
37
37
38
38
- name : Install dependencies
39
39
run : |
40
- pip install pip==21.1.1
40
+ pip install -U pip
41
41
pip install -r requirements.txt
42
42
43
43
- name : Lint with precommit
44
44
run : |
45
45
pip install pre-commit
46
- find content/ -name "*.md" -exec jupytext --to notebook {} \;
47
- # pre-commit wants files to be staged
48
- git add content/
49
46
pre-commit run --all-files --show-diff-on-failure --color always
50
47
51
48
- name : Test with nbval
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/nbQA-dev/nbQA
3
- rev : 1.3.1
3
+ rev : 1.7.0
4
4
hooks :
5
- - id : nbqa-black
6
5
- id : nbqa-pyupgrade
7
- args : [--py38-plus]
6
+ additional_dependencies : [jupytext]
7
+ args : [--py311-plus, --nbqa-shell]
8
+ - id : nbqa-black
9
+ additional_dependencies : [jupytext]
10
+ args : [--nbqa-shell]
You can’t perform that action at this time.
0 commit comments