Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-toml
exclude: &test-data "tests/data"
- repo: https://github.com/myint/autoflake
rev: v1.5.1
rev: v1.5.3
hooks:
- id: autoflake
exclude: *test-data
Expand All @@ -30,7 +30,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
exclude: *test-data
Expand All @@ -56,7 +56,7 @@ repos:
additional_dependencies:
[pytest-stub==1.1.0, types-docutils~=0.17.5, sphinx~=4.4]
- repo: https://github.com/DanielNoord/pydocstringformatter
rev: v0.7.1
rev: v0.7.2
hooks:
- id: pydocstringformatter
exclude: *test-data
Expand Down