Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 00b51dc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.6.0 → 22.12.0](psf/black@22.6.0...22.12.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.4)
1 parent 035f168 commit 00b51dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.3.0
9+
rev: v4.4.0
1010
hooks:
1111
# list of supported hooks: https://pre-commit.com/hooks.html
1212
- id: trailing-whitespace
@@ -16,7 +16,7 @@ repos:
1616

1717
# python code formatting/linting
1818
- repo: https://github.com/PyCQA/pydocstyle
19-
rev: 6.1.1
19+
rev: 6.3.0
2020
hooks:
2121
- id: pydocstyle
2222
args:
@@ -26,7 +26,7 @@ repos:
2626
"nowcasting_dataset",
2727
]
2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 4.0.1
29+
rev: 6.0.0
3030
hooks:
3131
- id: flake8
3232
args:
@@ -39,19 +39,19 @@ repos:
3939
"nowcasting_dataset",
4040
]
4141
- repo: https://github.com/PyCQA/isort
42-
rev: 5.10.1
42+
rev: 5.11.4
4343
hooks:
4444
- id: isort
4545
args: [--profile, black, --line-length, "100", "nowcasting_dataset"]
4646
- repo: https://github.com/psf/black
47-
rev: 22.6.0
47+
rev: 22.12.0
4848
hooks:
4949
- id: black
5050
args: [--line-length, "100"]
5151

5252
# yaml formatting
5353
- repo: https://github.com/pre-commit/mirrors-prettier
54-
rev: v2.7.1
54+
rev: v3.0.0-alpha.4
5555
hooks:
5656
- id: prettier
5757
types: [yaml]

0 commit comments

Comments
 (0)