Skip to content

Commit

Permalink
⬆️ Upgrade dev dependencies (#3454)
Browse files Browse the repository at this point in the history
- ruff
- pre-commit
- sphinx
- sphinx-rtd-theme
- pydevd
- pydevd-pycharm
- pytest-cov

Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 authored Jan 20, 2025
1 parent eb8ee9f commit 7565ada
Show file tree
Hide file tree
Showing 4 changed files with 749 additions and 601 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Ruff Format and Lint Check
uses: chartboost/ruff-action@v1
with:
version: 0.9.1
version: 0.9.2
args: "format --check"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ensure this is synced with pyproject.toml
rev: v0.9.1
rev: v0.9.2
hooks:
# Run the linter
- id: ruff
Expand Down
Loading

0 comments on commit 7565ada

Please sign in to comment.