Skip to content

Commit 8d30fb8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.6.0](tox-dev/tox-ini-fmt@1.5.0...1.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.13...v0.12.8) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1) - [github.com/PyCQA/pylint: v3.3.7 → v3.3.8](pylint-dev/pylint@v3.3.7...v3.3.8)
1 parent e4d2539 commit 8d30fb8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0 # Use the ref you want to point at
4+
rev: v6.0.0 # Use the ref you want to point at
55
hooks:
66
- id: trailing-whitespace
77
- id: check-yaml
@@ -19,18 +19,18 @@ repos:
1919
alias: toml
2020

2121
- repo: https://github.com/tox-dev/tox-ini-fmt
22-
rev: 1.5.0
22+
rev: 1.6.0
2323
hooks:
2424
- id: tox-ini-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.11.13
26+
rev: v0.12.8
2727
hooks:
2828
- id: ruff-format
2929
alias: ruff
3030
- id: ruff-check
3131
alias: ruff
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.16.0
33+
rev: v1.17.1
3434
hooks:
3535
- id: mypy
3636
# empty args needed in order to match mypy cli behavior
@@ -42,7 +42,7 @@ repos:
4242
- types-setuptools
4343
- types-docutils
4444
- repo: https://github.com/PyCQA/pylint
45-
rev: v3.3.7
45+
rev: v3.3.8
4646
hooks:
4747
- id: pylint
4848
additional_dependencies:

0 commit comments

Comments
 (0)