Skip to content

Commit

Permalink
black using same version as in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 30, 2024
1 parent cc790c3 commit 5b0c7ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
use_pyproject: true
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Documentation = "https://github.com/GEOUNED-org/GEOUNED/docs"
[project.optional-dependencies]
tests = [
"pytest",
"black==24.4.2",
]

0 comments on commit 5b0c7ee

Please sign in to comment.