Skip to content

Commit

Permalink
Update flow and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
torrua committed Mar 6, 2024
1 parent 2fa1c5c commit 3e0aed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ jobs:
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./app"
version: "~=24.2"
src: "./app"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
-r requirements-tests.txt

pylint==3.0.4
pylint==3.1.0
radon==6.0.1
mypy==1.8.0
black==24.2.0
Expand Down

0 comments on commit 3e0aed9

Please sign in to comment.