Skip to content

Commit 2db9e47

Browse files
Apply suggestions from code review
Co-authored-by: Roy Stegeman <roystegeman@live.nl>
1 parent 1037376 commit 2db9e47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/all_tests_nnpdf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: All tests NNPDF
55
# the custom actions in .github/actions/
66

77
on: [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
810
concurrency:
911
group: ${{ github.head_ref }}-${{ github.ref }}
1012
cancel-in-progress: true

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)