Skip to content

Commit 95b4110

Browse files
authored
Format additional dependencies in pre-commit config (#209)
1 parent 96ff67f commit 95b4110

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@ repos:
4646
rev: v1.20.2
4747
hooks:
4848
- id: mypy
49-
additional_dependencies: [aiopathlib, asyncio-for-ynab, rich>=12]
49+
additional_dependencies:
50+
- aiopathlib
51+
- asyncio-for-ynab
52+
- rich>=12
5053
language_version: python3.12

0 commit comments

Comments
 (0)