Skip to content

Commit 092ceae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](asottile/add-trailing-comma@v2.2.3...v2.3.0) - https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter - [github.com/PyCQA/docformatter: v1.3.1 → v1.5.0](PyCQA/docformatter@v1.3.1...v1.5.0) - [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
1 parent e628efe commit 092ceae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ repos:
2121
args: ["--profile", "black", "--filter-files", "--skip __init__.py"]
2222

2323
- repo: https://github.com/asottile/add-trailing-comma
24-
rev: v2.2.3
24+
rev: v2.3.0
2525
hooks:
2626
- id: add-trailing-comma
2727

28-
- repo: https://github.com/myint/docformatter
29-
rev: v1.3.1
28+
- repo: https://github.com/PyCQA/docformatter
29+
rev: v1.5.0
3030
hooks:
3131
- id: docformatter
3232
args: [--in-place]
3333

3434
- repo: https://github.com/psf/black
35-
rev: 22.3.0
35+
rev: 22.8.0
3636
hooks:
3737
- id: black
3838

3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 4.0.1
40+
rev: 5.0.4
4141
hooks:
4242
- id: flake8
4343
args: [--config, .flake8]

0 commit comments

Comments
 (0)