Skip to content

Commit 61e0ac6

Browse files
committed
Revert "update pre-commit"
This reverts commit 86eedf0.
1 parent 470c4e6 commit 61e0ac6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ repos:
1515
- id: check-executables-have-shebangs
1616
- id: check-merge-conflict
1717
- repo: https://github.com/psf/black
18-
rev: 24.10.0
18+
rev: 24.8.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.13.0
22+
rev: v1.11.2
2323
hooks:
2424
- id: mypy
2525
additional_dependencies: [types-pyOpenSSL==24.1.0.20240722, types-requests==2.32.0.20240914]

local-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mypy==1.13.0
77
objgraph==3.6.2
88
Pillow==10.4.0
99
pixelmatch==0.3.0
10-
pre-commit==4.0.1
10+
pre-commit==3.5.0
1111
pyOpenSSL==24.2.1
1212
pytest==8.3.3
1313
pytest-asyncio==0.24.0

0 commit comments

Comments
 (0)