Skip to content

Commit 7a5c00b

Browse files
authored
Merge pull request #116 from Gepetto/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f8168f0 + 32a6de2 commit 7a5c00b

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
@@ -10,14 +10,14 @@ repos:
1010
hooks:
1111
- id: isort
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.5.5
13+
rev: v0.6.2
1414
hooks:
1515
- id: ruff
1616
args:
1717
- --fix
1818
- --exit-non-zero-on-fix
1919
- repo: https://github.com/nim65s/pre-commit-sort
20-
rev: v0.2.0
20+
rev: v0.4.0
2121
hooks:
2222
- id: pre-commit-sort
2323
- repo: https://github.com/pappasam/toml-sort
@@ -44,7 +44,7 @@ repos:
4444
- id: mixed-line-ending
4545
- id: trailing-whitespace
4646
- repo: https://github.com/psf/black
47-
rev: 24.4.2
47+
rev: 24.8.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/python-poetry/poetry

0 commit comments

Comments
 (0)