Skip to content

Commit 776190d

Browse files
authored
Merge pull request #65 from Gepetto/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 30d3f62 + 7323c16 commit 776190d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/Gepetto/gepetuto
3-
rev: v1.2.0
3+
rev: v1.3.0
44
hooks:
55
- id: generate-action
66
- id: lint-action
77
- id: test-action
88
- repo: https://github.com/PyCQA/isort
9-
rev: 5.12.0
9+
rev: 5.13.1
1010
hooks:
1111
- id: isort
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.0.285
13+
rev: v0.1.7
1414
hooks:
1515
- id: ruff
1616
args:
@@ -26,7 +26,7 @@ repos:
2626
- id: toml-sort-fix
2727
exclude: poetry.lock
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.4.0
29+
rev: v4.5.0
3030
hooks:
3131
- id: check-added-large-files
3232
- id: check-ast
@@ -44,11 +44,11 @@ repos:
4444
- id: mixed-line-ending
4545
- id: trailing-whitespace
4646
- repo: https://github.com/psf/black
47-
rev: 23.7.0
47+
rev: 23.11.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/python-poetry/poetry
51-
rev: 1.6.0
51+
rev: 1.7.0
5252
hooks:
5353
- id: poetry-check
5454
- repo: https://gitlab.com/smop/pre-commit-hooks

0 commit comments

Comments
 (0)