File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2929 run : python -m pip install --upgrade pip
3030
3131 - name : Install Ruff
32- run : python -m pip install "ruff==0.1.13 "
32+ run : python -m pip install "ruff==0.1.14 "
3333
3434 - name : Lint with Ruff
3535 run : ruff . --output-format github
4646 - name : Install dependencies
4747 run : |
4848 python -m pip install --upgrade pip
49- python -m pip install --upgrade "flake8>=3.5.0" "flake8-simplify"
49+ python -m pip install --upgrade "flake8>=3.5.0"
5050 - name : Lint with flake8
5151 run : flake8 .
5252
Original file line number Diff line number Diff line change 11target-version = " py39" # Pin Ruff to Python 3.9
22line-length = 95
3- required-version = " 0.1.13 "
3+ required-version = " 0.1.14 "
44show-source = true
55
66[lint ]
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ clean: clean
4141
4242.PHONY : style-check
4343style-check :
44- @flake8
44+ @ruff
4545
4646.PHONY : type-check
4747type-check :
Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ docs = [
8282]
8383lint = [
8484 " flake8>=3.5.0" ,
85- " flake8-simplify" ,
86- " ruff==0.1.13" ,
85+ " ruff==0.1.14" ,
8786 " mypy==1.8.0" ,
8887 " sphinx-lint" ,
8988 " docutils-stubs" ,
You can’t perform that action at this time.
0 commit comments