We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9630ad commit 8474035Copy full SHA for 8474035
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Check formatting with black
40
run: |
41
- black --check src/ tests/ scripts/ /examples
+ black --check src/ tests/ scripts/ examples/
42
43
- name: Check import sorting with isort
44
@@ -47,6 +47,7 @@ jobs:
47
test:
48
runs-on: ${{ matrix.os }}
49
permissions:
50
+ contents: read
51
packages: read
52
strategy:
53
fail-fast: false
0 commit comments