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

Commit 0c37a77

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/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [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 3f7fc05 commit 0c37a77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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
@@ -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:
@@ -44,14 +44,14 @@ repos:
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)