Skip to content

Commit 504cbd4

Browse files
deps: upgrade pytype (#11434)
1 parent 6087745 commit 504cbd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
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]

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ flake8-noqa==1.4.0 # must match .pre-commit-config.yaml
88
flake8-pyi==24.1.0 # must match .pre-commit-config.yaml
99
mypy==1.8.0
1010
pre-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.
1515
aiohttp==3.9.3

0 commit comments

Comments
 (0)