Skip to content

Commit 47ab1b5

Browse files
authored
Merge pull request #267 from python-windrose/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e5b2330 + 456802b commit 47ab1b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: 'samples'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-ast
@@ -16,7 +16,7 @@ repos:
1616
files: requirements-dev.txt
1717

1818
- repo: https://github.com/psf/black
19-
rev: 24.3.0
19+
rev: 24.4.2
2020
hooks:
2121
- id: black
2222
language_version: python3
@@ -39,7 +39,7 @@ repos:
3939

4040

4141
- repo: https://github.com/econchick/interrogate
42-
rev: 1.5.0
42+
rev: 1.7.0
4343
hooks:
4444
- id: interrogate
4545
exclude: ^(docs|setup.py|tests)
@@ -51,12 +51,12 @@ repos:
5151
- id: add-trailing-comma
5252

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

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

0 commit comments

Comments
 (0)