File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : c124449
2
+ _commit : a74894d
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_docs : false
5
5
add_extension : python
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ hatch_rs/extension
146
146
# Jupyter
147
147
.ipynb_checkpoints
148
148
.autoversion
149
+ Untitled * .ipynb
149
150
! hatch_rs /extension /hatch_rs.json
150
151
! hatch_rs /extension /install.json
151
152
hatch_rs /nbextension
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ exclude_also = [
98
98
" @(abc\\ .)?abstractmethod" ,
99
99
]
100
100
ignore_errors = true
101
- fail_under = 75
101
+ fail_under = 40
102
102
103
103
[tool .hatch .build ]
104
104
artifacts = []
You can’t perform that action at this time.
0 commit comments