Skip to content

Commit

Permalink
Fixed line lengths. Reformatted with ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed May 7, 2024
1 parent 322b210 commit 3087088
Show file tree
Hide file tree
Showing 57 changed files with 1,670 additions and 2,042 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ name: GitHub Actions Version Updater

# Controls when the action will run.
on:
workflow_dispatch:
workflow_dispatch:

schedule:
# Automatically run on every Sunday
- cron: "0 0 * * 0"
schedule:
# Automatically run on every Sunday
- cron: "0 0 * * 0"

jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.UPDATER_TOKEN }}
steps:
- uses: actions/[email protected]
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.UPDATER_TOKEN }}

- name: Remove LFS hooks
# This repository uses Git LFS, but it not being
# in the container causes the action to fail to create a new branch.
# Removing the hooks manually is harmless and works around this issue.
run: |
rm .git/hooks/post-checkout
rm .git/hooks/pre-push
- name: Remove LFS hooks
# This repository uses Git LFS, but it not being
# in the container causes the action to fail to create a new branch.
# Removing the hooks manually is harmless and works around this issue.
run: |
rm .git/hooks/post-checkout
rm .git/hooks/pre-push
- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected]
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.UPDATER_TOKEN }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected]
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.UPDATER_TOKEN }}
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: check-json
# Unsafe required for mkdocs.yml format
- id: check-yaml
args: [--unsafe]
- id: check-toml
Expand All @@ -28,8 +29,4 @@ repos:
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/pycqa/pydocstyle
rev: 6.3.0 # pick a git hash / tag to point to
hooks:
- id: pydocstyle
exclude: test_*
files: \.(md|yml)$
33 changes: 0 additions & 33 deletions docs/generated/pyrvt.peak_calculators.BooreJoyner1984.rst

This file was deleted.

33 changes: 0 additions & 33 deletions docs/generated/pyrvt.peak_calculators.BooreThompson2012.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/generated/pyrvt.peak_calculators.BooreThompson2015.rst

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions docs/generated/pyrvt.peak_calculators.Davenport1964.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/generated/pyrvt.peak_calculators.DerKiureghian1985.rst

This file was deleted.

33 changes: 0 additions & 33 deletions docs/generated/pyrvt.peak_calculators.LiuPezeshk1999.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/generated/pyrvt.peak_calculators.ToroMcGuire1987.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/generated/pyrvt.peak_calculators.Vanmarcke1975.rst

This file was deleted.

Loading

0 comments on commit 3087088

Please sign in to comment.