File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
- id : isort
21
21
name : isort (python)
22
22
- repo : https://github.com/astral-sh/ruff-pre-commit
23
- rev : v0.0.278 # must match requirements-tests.txt
23
+ rev : v0.0.280 # must match requirements-tests.txt
24
24
hooks :
25
25
- id : ruff
26
26
args : [--exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ flake8-pyi==23.6.0; python_version >= "3.8" # must match .pre-commit-confi
9
9
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
10
10
mypy==1.4.1
11
11
pre-commit-hooks==4.4.0 # must match .pre-commit-config.yaml
12
- pytype==2023.6.16 ; platform_system != "Windows" and python_version < "3.11"
13
- ruff==0.0.278 # must match .pre-commit-config.yaml
12
+ pytype==2023.7.21 ; platform_system != "Windows" and python_version >= "3.8 " and python_version < "3.11"
13
+ ruff==0.0.280 # must match .pre-commit-config.yaml
14
14
15
15
# Libraries used by our various scripts.
16
16
aiohttp==3.8.5; python_version < "3.12" # aiohttp can't be installed on 3.12 yet
You can’t perform that action at this time.
0 commit comments