Skip to content

Commit a24094c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.1...v0.9.6) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/PyCQA/pylint: v3.3.3 → v3.3.4](pylint-dev/pylint@v3.3.3...v3.3.4)
1 parent 30e3e27 commit a24094c

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
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: check-pre-commit-ci-config
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.9.1
11+
rev: v0.9.6
1212
hooks:
1313
- id: ruff
1414
args: ['--fix', '--exit-non-zero-on-fix']
@@ -37,17 +37,17 @@ repos:
3737
- toml
3838
- tomli
3939
- repo: https://github.com/PyCQA/isort
40-
rev: 5.13.2
40+
rev: 6.0.0
4141
hooks:
4242
- id: isort
4343
additional_dependencies:
4444
- tomli
4545
- repo: https://github.com/psf/black
46-
rev: 24.10.0
46+
rev: 25.1.0
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.14.1
50+
rev: v1.15.0
5151
hooks:
5252
- id: mypy
5353
# warn-unused-ignores is unsafe with pre-commit, see
@@ -72,7 +72,7 @@ repos:
7272
- id: flake8
7373
additional_dependencies: *flake8deps
7474
- repo: https://github.com/PyCQA/pylint
75-
rev: v3.3.3
75+
rev: v3.3.4
7676
hooks:
7777
- id: pylint
7878
args: [

0 commit comments

Comments
 (0)