Skip to content

Commit d1e1345

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.6.1 → v3.6.2](rbubley/mirrors-prettier@v3.6.1...v3.6.2) - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.13.2](astral-sh/ruff-pre-commit@v0.12.0...v0.13.2) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2) - [github.com/pycqa/pylint: v3.3.7 → v3.3.8](pylint-dev/pylint@v3.3.7...v3.3.8)
1 parent 1541ce1 commit d1e1345

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/rbubley/mirrors-prettier
33
# keep it before markdownlint and eslint
4-
rev: "v3.6.1"
4+
rev: "v3.6.2"
55
hooks:
66
- id: prettier
77
- repo: https://github.com/pre-commit/pre-commit-hooks.git
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
@@ -23,22 +23,22 @@ repos:
2323
types: [file, yaml]
2424
entry: yamllint --strict
2525
- repo: https://github.com/pappasam/toml-sort
26-
rev: v0.24.2
26+
rev: v0.24.3
2727
hooks:
2828
- id: toml-sort-fix
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.12.0
30+
rev: v0.13.2
3131
hooks:
3232
- id: ruff-check
3333
alias: ruff
3434
- id: ruff-format # must be after ruff
3535
alias: ruff
3636
- repo: https://github.com/psf/black # must be after ruff
37-
rev: 25.1.0
37+
rev: 25.9.0
3838
hooks:
3939
- id: black
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.16.1
41+
rev: v1.18.2
4242
hooks:
4343
- id: mypy
4444
# empty args needed in order to match mypy cli behavior
@@ -51,7 +51,7 @@ repos:
5151
- py>=1.9.0
5252
- tox>=4.23.2
5353
- repo: https://github.com/pycqa/pylint
54-
rev: v3.3.7
54+
rev: v3.3.8
5555
hooks:
5656
- id: pylint
5757
additional_dependencies:

0 commit comments

Comments
 (0)