Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da6a595

Browse files
committedSep 13, 2024·
update lint
1 parent 2c3ac40 commit da6a595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/lints.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v4
1515
- name: Install tools
16-
run: pip install "ruff==0.2.2" "docformatter[tomli]==1.5.0"
16+
run: pip install "ruff==0.6.5" "docformatter[tomli]==1.7.5"
1717
- name: Ruff (Flake8)
1818
if: matrix.check == 'ruff'
1919
working-directory: src/

0 commit comments

Comments
 (0)
Please sign in to comment.