Skip to content

Commit

Permalink
Merge pull request #519 from cjjacks/issue-518
Browse files Browse the repository at this point in the history
Issue #518 - Update pre-commit config
  • Loading branch information
nttoole authored Mar 12, 2024
2 parents 70d6ed4 + dc25875 commit 903bb22
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 903bb22

Please sign in to comment.