Skip to content

Commit

Permalink
build: upgrade Black version in requirements-dev.txt and `.github/w…
Browse files Browse the repository at this point in the history
…orkflows/main.yml`.
  • Loading branch information
laurent-laporte-pro committed Feb 2, 2023
1 parent 962a33e commit d6eae53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Check with black
uses: psf/black@stable
with:
# Version of Black should match the versions set in `requirements-dev.txt`
version: "~=23.1.0"
options: --check --diff
- name: Check Typing (mypy)
#continue-on-error: true
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-r requirements-test.txt
pytest~=6.2.5
black~=22.1.0
# Version of Black should match the versions set in `.github/workflows/main.yml`
black~=23.1.0
mypy~=0.931
pyinstaller~=4.8
checksumdir~=1.2.0

0 comments on commit d6eae53

Please sign in to comment.