Skip to content

Commit d4daff3

Browse files
Update black to 23.12.1 (#11216)
updates: - [github.com/psf/black-pre-commit-mirror: 23.12.0 → 23.12.1](psf/black-pre-commit-mirror@23.12.0...23.12.1)
1 parent b56c9f1 commit d4daff3

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
@@ -10,7 +10,7 @@ repos:
1010
- id: mixed-line-ending
1111
- id: check-case-conflict
1212
- 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
1414
hooks:
1515
- id: black
1616
language_version: python3.10

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Type checkers and other linters that we test our stubs against. These should always
22
# be pinned to a specific version to make failure reproducible. See also the
33
# "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
55
flake8==6.1.0 # must match .pre-commit-config.yaml
66
flake8-bugbear==23.12.2 # must match .pre-commit-config.yaml
77
flake8-noqa==1.3.2 # must match .pre-commit-config.yaml
88
flake8-pyi==23.11.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==2023.12.8; platform_system != "Windows" and python_version < "3.12"
11+
pytype==2023.12.18; platform_system != "Windows" and python_version < "3.12"
1212
ruff==0.1.9 # must match .pre-commit-config.yaml and tests.yml
1313

1414
# Libraries used by our various scripts.

0 commit comments

Comments
 (0)