Skip to content

Commit 03af6b2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](psf/black-pre-commit-mirror@24.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.1](pre-commit/mirrors-mypy@v1.9.0...v1.10.1) - [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.1.3](tox-dev/pyproject-fmt@1.7.0...2.1.3) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18)
1 parent b47d5ee commit 03af6b2

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,17 +1,17 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.3.5
3+
rev: v0.5.0
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 24.3.0
9+
rev: 24.4.2
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-case-conflict
1717
- id: check-merge-conflict
@@ -24,21 +24,21 @@ repos:
2424
exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.9.0
27+
rev: v1.10.1
2828
hooks:
2929
- id: mypy
3030
additional_dependencies: [pytest, types-freezegun, types-setuptools]
3131
args: [--strict, --pretty, --show-error-codes, .]
3232
pass_filenames: false
3333

3434
- repo: https://github.com/tox-dev/pyproject-fmt
35-
rev: 1.7.0
35+
rev: 2.1.3
3636
hooks:
3737
- id: pyproject-fmt
3838
additional_dependencies: [tox]
3939

4040
- repo: https://github.com/abravalheri/validate-pyproject
41-
rev: v0.16
41+
rev: v0.18
4242
hooks:
4343
- id: validate-pyproject
4444

0 commit comments

Comments
 (0)