Skip to content

Commit 063876d

Browse files
authored
Merge pull request #278 from python-windrose/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents acf177c + 1a59e21 commit 063876d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.4.2
19+
rev: 24.8.0
2020
hooks:
2121
- id: black
2222
language_version: python3
@@ -51,17 +51,17 @@ repos:
5151
- id: add-trailing-comma
5252

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

5858
- repo: https://github.com/tox-dev/pyproject-fmt
59-
rev: 2.1.4
59+
rev: 2.2.1
6060
hooks:
6161
- id: pyproject-fmt
6262

6363
- repo: https://github.com/nbQA-dev/nbQA
64-
rev: 1.8.5
64+
rev: 1.8.7
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)