Skip to content

Commit 5ac3bb2

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v3.2.0](compilerla/conventional-pre-commit@v2.1.1...v3.2.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.256 → v0.5.0](astral-sh/ruff-pre-commit@v0.0.256...v0.5.0) - [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2) - [github.com/abravalheri/validate-pyproject: v0.12.1 → v0.18](abravalheri/validate-pyproject@v0.12.1...v0.18)
1 parent 9c71c32 commit 5ac3bb2

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
@@ -7,31 +7,31 @@ default_install_hook_types: [pre-commit, commit-msg]
77

88
repos:
99
- repo: https://github.com/compilerla/conventional-pre-commit
10-
rev: v2.1.1
10+
rev: v3.2.0
1111
hooks:
1212
- id: conventional-pre-commit
1313
stages: [commit-msg]
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v4.6.0
1717
hooks:
1818
- id: check-docstring-first
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121

22-
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: v0.0.256
22+
- repo: https://github.com/astral-sh/ruff-pre-commit
23+
rev: v0.5.0
2424
hooks:
2525
- id: ruff
2626
args: [--fix]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.1.0
29+
rev: 24.4.2
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/abravalheri/validate-pyproject
34-
rev: v0.12.1
34+
rev: v0.18
3535
hooks:
3636
- id: validate-pyproject
3737

0 commit comments

Comments
 (0)