Skip to content

Commit 5fdfae6

Browse files
authored
Merge pull request #264 from python-windrose/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 865e014 + bcc6e0b commit 5fdfae6

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
@@ -16,7 +16,7 @@ repos:
1616
files: requirements-dev.txt
1717

1818
- repo: https://github.com/psf/black
19-
rev: 24.1.1
19+
rev: 24.3.0
2020
hooks:
2121
- id: black
2222
language_version: python3
@@ -51,7 +51,7 @@ repos:
5151
- id: add-trailing-comma
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.2.0
54+
rev: v0.3.5
5555
hooks:
5656
- id: ruff
5757

@@ -61,7 +61,7 @@ repos:
6161
- id: pyproject-fmt
6262

6363
- repo: https://github.com/nbQA-dev/nbQA
64-
rev: 1.7.1
64+
rev: 1.8.5
6565
hooks:
6666
# mdformat works on the CLI but not as pre-commit yet.
6767
# Use `nbqa mdformat jupyterbook --nbqa-md` to run it locally.

0 commit comments

Comments
 (0)