Skip to content

Commit

Permalink
Merge pull request #20 from globus-labs/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
haochenpan authored Dec 2, 2024
2 parents 43429d4 + 0cf6f81 commit 07e263d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-ruff
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.1
hooks:
- id: nbstripout
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
rev: v0.6.9
rev: v0.8.0
hooks:
- id: ruff
args:
- '--fix'
- id: ruff-format
- repo: 'https://github.com/pre-commit/mirrors-mypy'
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: []
Expand Down
1 change: 1 addition & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ If machine A is logged in with Globus Auth credentials and has the AWS secret ke

If both machines have a valid secret key in storage.db, calling create_key() on one machine will not update the key on the other. This desynchronization can cause block_until_ready() to timeout on the machine with the outdated key.


We would like to change this behavior in a future update.

0 comments on commit 07e263d

Please sign in to comment.