Skip to content

Commit

Permalink
🔧 chore: fix pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYAN-NIKNEZHAD committed Aug 20, 2024
1 parent a697e48 commit 16a0e22
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ repos:
- id: check-merge-conflict
- id: check-docstring-first

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
exclude: docs/

- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
exclude: docs/

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
exclude: docs/

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
Expand Down

0 comments on commit 16a0e22

Please sign in to comment.