Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ jobs:
uses: astral-sh/ruff-action@v1
with:
args: "check --output-format=github --exit-non-zero-on-fix"
src: "./src"

- name: Run Ruff formatting check
uses: astral-sh/ruff-action@v1
with:
args: "format --check"
src: "./src"

tests:
name: Run Tests
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ repos:
name: ruff-lint
types_or: [python, pyi]
args: [--fix, --exit-non-zero-on-fix]
files: ^src/
# Remove files restriction to check all Python files
# Run the formatter (matches CI ruff-format step)
- id: ruff-format
name: ruff-format
types_or: [python, pyi]
files: ^src/
# Remove files restriction to format all Python files

# Security scanning (matches security.yml workflow)
- repo: https://github.com/PyCQA/bandit
Expand Down
89 changes: 0 additions & 89 deletions DEPRECATION_TIMELINE.md

This file was deleted.

225 changes: 0 additions & 225 deletions MIGRATION_GUIDE.md

This file was deleted.

Loading
Loading