Skip to content

Commit ae50bc8

Browse files
authored
Merge pull request TEOS-10#202 from ocefpaf/fix_indentation
Fix indentation
2 parents d6ac7ec + 1439312 commit ae50bc8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ defaults:
1111
run:
1212
shell: bash
1313

14+
# no permissions by default
15+
permissions: {}
16+
1417
jobs:
1518
run:
1619
runs-on: ubuntu-latest
20+
permissions:
21+
contents: write
1722
steps:
1823
- name: checkout
1924
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -44,5 +49,3 @@ jobs:
4449
with:
4550
github_token: ${{ secrets.GITHUB_TOKEN }}
4651
publish_dir: docs/_build/html
47-
permissions:
48-
actions: write

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ repos:
2626

2727

2828
- repo: https://github.com/charliermarsh/ruff-pre-commit
29-
rev: v0.11.13
29+
rev: v0.12.7
3030
hooks:
3131
- id: ruff
3232

3333
- repo: https://github.com/woodruffw/zizmor-pre-commit
34-
rev: v1.9.0
34+
rev: v1.11.0
3535
hooks:
3636
- id: zizmor
3737

0 commit comments

Comments
 (0)