File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 - uses : actions/checkout@v4
5353 - uses : chartboost/ruff-action@v1
5454 with :
55- version : " 0.2.0 " # must match .pre-commit-config.yaml and requirements-test.txt
55+ version : " 0.2.1 " # must match .pre-commit-config.yaml and requirements-test.txt
5656
5757 flake8 :
5858 name : Lint with Flake8
Original file line number Diff line number Diff line change 1515 - id : black
1616 language_version : python3.10
1717 - repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.2.0 # must match requirements-tests.txt and tests.yml
18+ rev : v0.2.1 # must match requirements-tests.txt and tests.yml
1919 hooks :
2020 - id : ruff
2121 args : [--exit-non-zero-on-fix, --fix-only]
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ flake8-noqa==1.4.0 # must match .pre-commit-config.yaml
88flake8-pyi==24.1.0 # must match .pre-commit-config.yaml
99mypy==1.8.0
1010pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
11- pytype==2024.1.24 ; platform_system != "Windows" and python_version < "3.12"
12- ruff==0.2.0 # must match .pre-commit-config.yaml and tests.yml
11+ pytype==2024.2.13 ; platform_system != "Windows" and python_version < "3.12"
12+ ruff==0.2.1 # must match .pre-commit-config.yaml and tests.yml
1313
1414# Libraries used by our various scripts.
1515aiohttp==3.9.3
You can’t perform that action at this time.
0 commit comments