Skip to content

Commit 32e4afa

Browse files
committed
Fix merge issue in pre-commit
1 parent 49f5a13 commit 32e4afa

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,6 @@ repos:
2727
- id: ruff-check
2828
args: [--fix]
2929

30-
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.10.0
32-
hooks:
33-
- id: mypy
34-
exclude: tests/data
35-
args: ["--pretty", "--show-error-codes"]
36-
additional_dependencies: [
37-
'keyring==24.2.0',
38-
'nox==2023.4.22',
39-
'pytest',
40-
'types-docutils==0.20.0.3',
41-
'types-setuptools==68.2.0.0',
42-
'types-freezegun==1.1.10',
43-
'types-pyyaml==6.0.12.12',
44-
]
45-
4630
- repo: https://github.com/pre-commit/pygrep-hooks
4731
rev: v1.10.0
4832
hooks:

0 commit comments

Comments
 (0)