Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
CI: Hotfix of codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Feb 5, 2024
1 parent 4b43261 commit c4fa2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
run: |
mypy ./src ./tests --ignore-missing-imports
- name: Analyze code with ruff
run: |
ruff format --check
ruff check
ruff check

0 comments on commit c4fa2b4

Please sign in to comment.