File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ name: All tests NNPDF
55# the custom actions in .github/actions/
66
77on : [push]
8+ # Define a group based on on branch name (github.head_ref) and .... (github.ref)
9+ # use this group to identify which processes to cancel due to cancel-in-progress
810concurrency :
911 group : ${{ github.head_ref }}-${{ github.ref }}
1012 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -24,11 +24,10 @@ repos:
2424 args : ['--settings-path=./pyproject.toml']
2525
2626- repo : https://github.com/pre-commit/pygrep-hooks
27- rev : v1.10.0 # Use the ref you want to point at
27+ rev : v1.10.0
2828 hooks :
2929 - id : python-check-blanket-noqa
3030 - id : python-check-blanket-type-ignore
31- # - id: rst-backticks # too many false positive but many true positives as well
3231 - id : rst-directive-colons
3332 - id : rst-inline-touching-normal
3433 - id : text-unicode-replacement-char
You can’t perform that action at this time.
0 commit comments