Skip to content

Commit

Permalink
Docs is no in pre-commit now
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhomirovd committed Jan 15, 2024
1 parent 535bd9d commit 25a33b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,28 @@ repos:
hooks:
- id: black
language_version: python3.10
exclude: ^docs/

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
language_version: python3.10
exclude: ^docs/

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
hooks:
- id: mypy
language_version: python3.10
exclude: ^docs/

- repo: https://github.com/terrencepreilly/darglint
rev: v1.8.1
hooks:
- id: darglint
language_version: python3.10
exclude: ^docs/


- repo: https://github.com/myint/rstcheck
Expand All @@ -44,3 +48,4 @@ repos:
hooks:
- id: isort
language_version: python3.10
exclude: ^docs/

0 comments on commit 25a33b2

Please sign in to comment.