Skip to content

Commit

Permalink
Remove files option in black hook
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith023 committed Sep 13, 2024
1 parent 35211fb commit 7226615
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
@@ -1,10 +1,10 @@
exclude: ^proto/
repos:
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
hooks:
- id: black
files: ^weaviate/ ^tests/ ^mock_tests/ ^integration/
language_version: python3.12

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand Down

0 comments on commit 7226615

Please sign in to comment.