Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed Mar 19, 2024
1 parent df0efa0 commit 3219d08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.11.5
hooks:
- id: isort
- repo: local
hooks:
- id: unasync
name: unasync
entry: bin/make-unasync
language: system
files: "^(neomodel/async_|test/async_)/.*"
- repo: https://github.com/PyCQA/isort
rev: 5.11.5
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
Expand Down

0 comments on commit 3219d08

Please sign in to comment.