Skip to content

Commit

Permalink
fix: Downgrade Black linting version to prevent dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Jan 25, 2024
1 parent f343504 commit 71babfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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<23
with:
options: ". -l 79 --check"
check-version:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"urllib3<1.27,>=1.21.1",
"python-dotenv",
"pymysql",
"black@stable"
"black<23", # This is pinned because policyengine_canada uses black<23
],
extras_require={
"dev": [
Expand Down

0 comments on commit 71babfb

Please sign in to comment.