Skip to content

Commit

Permalink
Merge pull request #85 from rmartin16/black
Browse files Browse the repository at this point in the history
Add black to dependencies
  • Loading branch information
freakboy3742 authored Nov 21, 2023
2 parents 89e05bd + 3b5f92c commit e7e1f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Test with tox
run: tox

verify-templates:
name: Verify Templates
verify-projects:
name: Verify project
needs: unit-tests
uses: beeware/.github/.github/workflows/app-create-verify.yml@main
with:
Expand All @@ -58,7 +58,7 @@ jobs:


verify-apps:
name: Build App
name: Build app
needs: unit-tests
uses: beeware/.github/.github/workflows/app-build-verify.yml@main
with:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
black == 23.11.0
briefcase @ git+https://github.com/beeware/briefcase.git
cookiecutter == 2.4.0
flake8 == 6.1.0
Expand Down

0 comments on commit e7e1f56

Please sign in to comment.