Skip to content

Commit

Permalink
WIP: update flake8 to 3.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan Le committed May 8, 2024
1 parent 56163ba commit d79c909
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test with pytest
name: Tests

on: [push]

Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ dependencies:
- click==8.1.7
- contourpy==1.1.1
- coverage==7.5.1
- coverage-badge==1.1.1
- cycler==0.12.1
- dill==0.3.8
- entrypoints==0.3
- exceptiongroup==1.2.1
- flake8==3.7.7
- flake8==3.7.9
- flask==2.2.5
- flask-jwt-extended==4.5.2
- fonttools==4.51.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Click==8.1.7
coverage==7.5.1
cycler==0.12.1
entrypoints==0.3
flake8==3.7.7
flake8==3.7.9
Flask==2.2.5
gunicorn==22.0.0
idna==3.7
Expand Down

0 comments on commit d79c909

Please sign in to comment.