Skip to content

Commit 4379e45

Browse files
[pre-commit.ci] pre-commit autoupdate (#82)
1 parent 925a119 commit 4379e45

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.14.10
8+
rev: v0.15.4
99
hooks:
1010
- id: ruff
1111
args: [--fix, --exit-non-zero-on-fix]
1212
exclude: ^(docs/|tests)
1313
- id: ruff-format
1414

1515
- repo: https://github.com/pycqa/isort
16-
rev: 7.0.0
16+
rev: 8.0.1
1717
hooks:
1818
- id: isort
1919

@@ -48,7 +48,7 @@ repos:
4848
- id: requirements-txt-fixer
4949

5050
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
51-
rev: v2.15.0
51+
rev: v2.16.0
5252
hooks:
5353
- id: pretty-format-toml
5454
args: [--autofix]
@@ -57,6 +57,6 @@ repos:
5757

5858
# this validates our github workflow files
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.36.0
60+
rev: 0.37.0
6161
hooks:
6262
- id: check-github-workflows

0 commit comments

Comments
 (0)