Skip to content

Commit 669c8c7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/psf/black: 22.6.0 → 23.12.1](psf/black@22.6.0...23.12.1) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter - [github.com/PyCQA/docformatter: v1.4 → v1.7.5](PyCQA/docformatter@v1.4...v1.7.5) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0) - [github.com/kynan/nbstripout: 0.6.0 → 0.6.1](kynan/nbstripout@0.6.0...0.6.1)
1 parent 2ae7a62 commit 669c8c7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.5.0
44
hooks:
55
# list of supported hooks: https://pre-commit.com/hooks.html
66
- id: trailing-whitespace
@@ -12,40 +12,40 @@ repos:
1212

1313
# python code formatting
1414
- repo: https://github.com/psf/black
15-
rev: 22.6.0
15+
rev: 23.12.1
1616
hooks:
1717
- id: black
1818
args: [--line-length, "99"]
1919

2020
# python import sorting
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.10.1
22+
rev: 5.13.2
2323
hooks:
2424
- id: isort
2525
args: ["--profile", "black", "--filter-files"]
2626

2727
# python docstring formatting
28-
- repo: https://github.com/myint/docformatter
29-
rev: v1.4
28+
- repo: https://github.com/PyCQA/docformatter
29+
rev: v1.7.5
3030
hooks:
3131
- id: docformatter
3232
args: [--in-place, --wrap-summaries, "99", --wrap-descriptions, "92"]
3333

3434
# yaml formatting
3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v2.7.1
36+
rev: v4.0.0-alpha.8
3737
hooks:
3838
- id: prettier
3939
types: [yaml]
4040

4141
# python code analysis
4242
- repo: https://github.com/PyCQA/flake8
43-
rev: 5.0.4
43+
rev: 7.0.0
4444
hooks:
4545
- id: flake8
4646

4747
# jupyter notebook cell output clearing
4848
- repo: https://github.com/kynan/nbstripout
49-
rev: 0.6.0
49+
rev: 0.6.1
5050
hooks:
5151
- id: nbstripout

0 commit comments

Comments
 (0)