Skip to content

Commit 7565ada

Browse files
authored
⬆️ Upgrade dev dependencies (openwallet-foundation#3454)
- ruff - pre-commit - sphinx - sphinx-rtd-theme - pydevd - pydevd-pycharm - pytest-cov Signed-off-by: ff137 <[email protected]>
1 parent eb8ee9f commit 7565ada

File tree

4 files changed

+749
-601
lines changed

4 files changed

+749
-601
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: Ruff Format and Lint Check
1818
uses: chartboost/ruff-action@v1
1919
with:
20-
version: 0.9.1
20+
version: 0.9.2
2121
args: "format --check"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
additional_dependencies: ['@commitlint/config-conventional']
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ensure this is synced with pyproject.toml
11-
rev: v0.9.1
11+
rev: v0.9.2
1212
hooks:
1313
# Run the linter
1414
- id: ruff

0 commit comments

Comments
 (0)