diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c743c8..f01b9e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: [] diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index b8278a1..cc86a1a 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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.