Skip to content

Commit 7a97321

Browse files
[pre-commit.ci] pre-commit autoupdate (#154)
updates: - [github.com/myint/autoflake: v1.5.1 → v1.5.3](PyCQA/autoflake@v1.5.1...v1.5.3) - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/DanielNoord/pydocstringformatter: v0.7.1 → v0.7.2](v0.7.1...v0.7.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6afdfcc commit 7a97321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-toml
1111
exclude: &test-data "tests/data"
1212
- repo: https://github.com/myint/autoflake
13-
rev: v1.5.1
13+
rev: v1.5.3
1414
hooks:
1515
- id: autoflake
1616
exclude: *test-data
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/psf/black
33-
rev: 22.6.0
33+
rev: 22.8.0
3434
hooks:
3535
- id: black
3636
exclude: *test-data
@@ -56,7 +56,7 @@ repos:
5656
additional_dependencies:
5757
[pytest-stub==1.1.0, types-docutils~=0.17.5, sphinx~=4.4]
5858
- repo: https://github.com/DanielNoord/pydocstringformatter
59-
rev: v0.7.1
59+
rev: v0.7.2
6060
hooks:
6161
- id: pydocstringformatter
6262
exclude: *test-data

0 commit comments

Comments
 (0)