diff --git a/.github/workflows/upload-to-tg.yml b/.github/workflows/upload-to-tg.yml index f04f2cb..1161783 100644 --- a/.github/workflows/upload-to-tg.yml +++ b/.github/workflows/upload-to-tg.yml @@ -9,7 +9,7 @@ on: jobs: tg-upload: - timeout-minutes: 5 + timeout-minutes: 10 runs-on: ubuntu-latest steps: - name: Upload to Telegram diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b425a89..732d7c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: args: [ --config=setup.cfg ] - repo: https://github.com/myint/docformatter - rev: v1.5.0-rc1 + rev: v1.5.0 hooks: - id: docformatter args: [ --in-place ]