Skip to content

Commit f2f956b

Browse files
ci(pre-commit.ci): autoupdate (#6)
updates: - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v2.3.0](compilerla/conventional-pre-commit@v2.1.1...v2.3.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.254 → v0.0.282](astral-sh/ruff-pre-commit@v0.0.254...v0.0.282) - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/abravalheri/validate-pyproject: v0.12.1 → v0.13](abravalheri/validate-pyproject@v0.12.1...v0.13) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.4.1](pre-commit/mirrors-mypy@v1.1.1...v1.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 24a698e commit f2f956b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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: v2.3.0
1111
hooks:
1212
- id: conventional-pre-commit
1313
stages: [commit-msg]
@@ -19,24 +19,24 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121

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

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

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

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.1.1
39+
rev: v1.4.1
4040
hooks:
4141
- id: mypy
4242
files: "^src/"

0 commit comments

Comments
 (0)