Skip to content

Commit

Permalink
pre-commit exclude docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Mar 10, 2022
1 parent a26d0e7 commit 412ef05
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 @@ -13,9 +13,9 @@ repos:
rev: 20.8b1
hooks:
- id: black
exclude: ^docs/
exclude: ^docs/
- repo: https://github.com/pycqa/isort
rev: 5.6.3
hooks:
- id: isort
exclude: ^docs/
exclude: ^docs/

0 comments on commit 412ef05

Please sign in to comment.