File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
- id : mixed-line-ending
11
11
- id : check-case-conflict
12
12
- repo : https://github.com/psf/black-pre-commit-mirror
13
- rev : 23.12.0 # must match requirements-tests.txt
13
+ rev : 23.12.1 # must match requirements-tests.txt
14
14
hooks :
15
15
- id : black
16
16
language_version : python3.10
Original file line number Diff line number Diff line change 1
1
# Type checkers and other linters that we test our stubs against. These should always
2
2
# be pinned to a specific version to make failure reproducible. See also the
3
3
# "tool.typeshed" section in pyproject.toml for additional type checkers.
4
- black==23.12.0 # must match .pre-commit-config.yaml
4
+ black==23.12.1 # must match .pre-commit-config.yaml
5
5
flake8==6.1.0 # must match .pre-commit-config.yaml
6
6
flake8-bugbear==23.12.2 # must match .pre-commit-config.yaml
7
7
flake8-noqa==1.3.2 # must match .pre-commit-config.yaml
8
8
flake8-pyi==23.11.0 # must match .pre-commit-config.yaml
9
9
mypy==1.8.0
10
10
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
11
- pytype==2023.12.8 ; platform_system != "Windows" and python_version < "3.12"
11
+ pytype==2023.12.18 ; platform_system != "Windows" and python_version < "3.12"
12
12
ruff==0.1.9 # must match .pre-commit-config.yaml and tests.yml
13
13
14
14
# Libraries used by our various scripts.
You can’t perform that action at this time.
0 commit comments