Skip to content

Commit

Permalink
🔧 Update (ruff): Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Oct 6, 2024
1 parent aa93476 commit 399b5db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Diagnose isort Configuration
run: |
isort . --verbose
isort --show-config
isort app/crud/specification.py --diff
isort --version
- name: Run Ruff
uses: astral-sh/ruff-action@v1
with:
args: 'check --fix'

# Check code formatting using isort
- name: Run isort
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ allow-dunder-method-names = ["__tablename__", "__table_args__"] # PLW3201
# Preserve types, even if a file imports `from __future__ import annotations`.
keep-runtime-typing = true


[tool.mypy]
exclude = '''
(
Expand Down

0 comments on commit 399b5db

Please sign in to comment.