Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
corrylc committed Apr 23, 2024
1 parent 3d7c342 commit a8ee50e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@ repos:
rev: v1.9.0
hooks:
- id: mypy
args: [--strict, --warn-return-any, --warn-unused-configs, --ignore-missing-imports ]
additional_dependencies: [ panther-detection-helpers, panther-core, types-python-dateutil ]
args:
[
--strict,
--warn-return-any,
--warn-unused-configs,
--ignore-missing-imports,
]
additional_dependencies:
[panther-detection-helpers, panther-core, types-python-dateutil]

0 comments on commit a8ee50e

Please sign in to comment.