Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: v4.3.0
hooks:
- id: check-yaml
exclude: mkdocs.yml
exclude: mkdocs.yaml
- id: check-toml
- id: check-json
exclude: .devcontainer/devcontainer.json
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
hooks:
- id: mypy
additional_dependencies:
[types-toml==0.10.7, types-PyYAML==6.0.8, types-tabulate==0.8.9]
[types-toml==0.10.7, types-PyYAML==6.0.8, types-tabulate==0.8.10]
- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1 # pick a git hash / tag to point to
hooks:
Expand Down
Loading