8000 Bump pytype and ruff test dependencies (#10499) · python/typeshed@65cb373 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65cb373

Browse filesBrowse files
authored
Bump pytype and ruff test dependencies (#10499)
1 parent 2887f60 commit 65cb373

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: isort
2121
name: isort (python)
2222
- 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
2424
hooks:
2525
- id: ruff
2626
args: [--exit-non-zero-on-fix]

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ flake8-pyi==23.6.0; python_version >= "3.8" # must match .pre-commit-confi
99
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
1010
mypy==1.4.1
1111
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
1414

1515
# Libraries used by our various scripts.
1616
aiohttp==3.8.5; python_version < "3.12" # aiohttp can't be installed on 3.12 yet

0 commit comments

Comments
 (0)
0