Skip to content

Commit

Permalink
Replace black with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeexe committed Oct 26, 2023
1 parent 52ef3ca commit c7e79d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [master]
pull_request:
branches: "*"
types: ["opened"]

jobs:
Linter:
Expand All @@ -18,7 +18,7 @@ jobs:
with:
python-version: 3.8

- name: Black Lint
- name: Ruff Check Linting
run: |
pip install black
black .
pip install ruff
ruff format --check .

0 comments on commit c7e79d4

Please sign in to comment.