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 d0ff034 commit e71dda7
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, workflow_call]

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 @@ -71,6 +71,3 @@ where = ["src"] # list of folders that contain the packages (["."] by default)

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

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

0 comments on commit e71dda7

Please sign in to comment.