Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Sep 13, 2024
1 parent 2c3ac40 commit da6a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install tools
run: pip install "ruff==0.2.2" "docformatter[tomli]==1.5.0"
run: pip install "ruff==0.6.5" "docformatter[tomli]==1.7.5"
- name: Ruff (Flake8)
if: matrix.check == 'ruff'
working-directory: src/
Expand Down

0 comments on commit da6a595

Please sign in to comment.