Skip to content

Commit

Permalink
DEV: Fixed Black GitHub action (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch authored Jan 16, 2024
1 parent 3f01352 commit d7f131c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Lint
name: Black

on: [push, pull_request]

jobs:
lint:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "23.12.1"
args: ". --check --extend-exclude '.*_version\.py$'"
options: ". --check --extend-exclude '.*_version\\.py$' --verbose"

0 comments on commit d7f131c

Please sign in to comment.