Skip to content

Commit

Permalink
- fix linter black
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-voloshchuk committed Feb 3, 2025
1 parent 88ae477 commit ac707b5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:

-
name: Run black
run: /
black stable_gnn
black --diff --check stable_gnn
run: black stable_gnn
-
name: Check black
run: black --diff --check stable_gnn


0 comments on commit ac707b5

Please sign in to comment.