Skip to content

Commit cb81325

Browse files
authored
Update pre-commit deps (#15784)
Closes #15526
1 parent d71afbf commit cb81325

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repos:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
9-
rev: 23.3.0 # must match test-requirements.txt
9+
rev: 23.7.0 # must match test-requirements.txt
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.0.272 # must match test-requirements.txt
13+
rev: v0.0.280 # must match test-requirements.txt
1414
hooks:
1515
- id: ruff
1616
args: [--exit-non-zero-on-fix]

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r mypy-requirements.txt
22
-r build-requirements.txt
33
attrs>=18.0
4-
black==23.3.0 # must match version in .pre-commit-config.yaml
4+
black==23.7.0 # must match version in .pre-commit-config.yaml
55
filelock>=3.3.0
66
# lxml 4.9.3 switched to manylinux_2_28, the wheel builder still uses manylinux2014
77
lxml>=4.9.1,<4.9.3; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
@@ -11,6 +11,6 @@ psutil>=4.0
1111
pytest>=7.4.0
1212
pytest-xdist>=1.34.0
1313
pytest-cov>=2.10.0
14-
ruff==0.0.272 # must match version in .pre-commit-config.yaml
14+
ruff==0.0.280 # must match version in .pre-commit-config.yaml
1515
setuptools>=65.5.1
1616
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.7

0 commit comments

Comments
 (0)