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 6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
8
8
- 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
10
10
hooks :
11
11
- id : black
12
12
- 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
14
14
hooks :
15
15
- id : ruff
16
16
args : [--exit-non-zero-on-fix]
Original file line number Diff line number Diff line change 1
1
-r mypy-requirements.txt
2
2
-r build-requirements.txt
3
3
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
5
5
filelock>=3.3.0
6
6
# lxml 4.9.3 switched to manylinux_2_28, the wheel builder still uses manylinux2014
7
7
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
11
11
pytest>=7.4.0
12
12
pytest-xdist>=1.34.0
13
13
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
15
15
setuptools>=65.5.1
16
16
tomli>=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