File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 11-r mypy-requirements.txt
22-r build-requirements.txt
33attrs>=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
55filelock>=3.3.0
66# lxml 4.9.3 switched to manylinux_2_28, the wheel builder still uses manylinux2014
77lxml>=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
1111pytest>=7.4.0
1212pytest-xdist>=1.34.0
1313pytest-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
1515setuptools>=65.5.1
1616tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.7
You can’t perform that action at this time.
0 commit comments