Skip to content

Commit

Permalink
Issue NASA-AMMOS#518 - Update pre-commit config
Browse files Browse the repository at this point in the history
Point reorder_python_imports and black to correct dirs
  • Loading branch information
cjjacks committed Mar 11, 2024
1 parent 70d6ed4 commit dc25875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
rev: v2.6.0
hooks:
- id: reorder-python-imports
files: ^src/|test/
files: ^ait/|tests/

- repo: local
hooks:
Expand All @@ -27,7 +27,7 @@ repos:
- id: black
name: black
entry: black
files: ^src/|test/
files: ^ait/|tests/
language: system
types: [python]

Expand Down

0 comments on commit dc25875

Please sign in to comment.