Skip to content

Commit

Permalink
chore: Fix Black version in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Jan 25, 2024
1 parent f44f6c2 commit e662ba5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: psf/black@stable
- uses: psf/black@22
with:
options: ". -l 79 --check"
check-version:
Expand Down
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
changed:
- Fix Black version
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"Flask-Caching==2.0.2",
"urllib3<1.27,>=1.21.1",
"python-dotenv",
"black<23", # This is because policyengine_canada uses black<23
],
extras_require={
"dev": [
Expand Down

0 comments on commit e662ba5

Please sign in to comment.