Skip to content

Commit

Permalink
Update black workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
argenos committed Nov 7, 2024
1 parent bb65f27 commit ebefd0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
use_pyproject: true
src: "./src"
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ floorplan = "fpm.cli:floorplan"

[tool.setuptools.package-data]
"*" = ["*.jinja"]

[tool.black]
required-version = "24.4.2"

0 comments on commit ebefd0b

Please sign in to comment.