Skip to content

Commit

Permalink
Update lint.yaml to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Jun 27, 2024
1 parent 0b5511f commit 761e980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Black Check
uses: psf/black@stable
with:
version: "22.3.0"
version: "24.4.2"

flake8:
runs-on: ubuntu-latest
Expand All @@ -29,7 +29,7 @@ jobs:
python-version: '3.x'
- name: Install flake8
run: |
pip install flake8==7.0.0
pip install flake8==7.1.0
- name: run flake8
run: |
flake8 . --count --show-source --statistics

0 comments on commit 761e980

Please sign in to comment.