Skip to content

Commit 6f7f3e0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.14.2](astral-sh/ruff-pre-commit@v0.9.1...v0.14.2) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.18.2](pre-commit/mirrors-mypy@v1.14.1...v1.18.2) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/PyCQA/pylint: v3.3.3 → v4.0.2](pylint-dev/pylint@v3.3.3...v4.0.2) - [github.com/PyCQA/bandit: 1.8.2 → 1.8.6](PyCQA/bandit@1.8.2...1.8.6) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 30e3e27 commit 6f7f3e0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ 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.14.2
1212
hooks:
1313
- id: ruff
1414
args: ['--fix', '--exit-non-zero-on-fix']
1515
# Extra args, only after removing flake8 and yesqa: '--extend-select', 'RUF100'
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.19.1
17+
rev: v3.21.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
@@ -37,17 +37,17 @@ repos:
3737
- toml
3838
- tomli
3939
- repo: https://github.com/PyCQA/isort
40-
rev: 5.13.2
40+
rev: 7.0.0
4141
hooks:
4242
- id: isort
4343
additional_dependencies:
4444
- tomli
45-
- repo: https://github.com/psf/black
46-
rev: 24.10.0
45+
- repo: https://github.com/psf/black-pre-commit-mirror
46+
rev: 25.9.0
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.14.1
50+
rev: v1.18.2
5151
hooks:
5252
- id: mypy
5353
# warn-unused-ignores is unsafe with pre-commit, see
@@ -67,12 +67,12 @@ repos:
6767
- types-requests
6868
- typing-extensions
6969
- repo: https://github.com/PyCQA/flake8
70-
rev: 7.1.1
70+
rev: 7.3.0
7171
hooks:
7272
- id: flake8
7373
additional_dependencies: *flake8deps
7474
- repo: https://github.com/PyCQA/pylint
75-
rev: v3.3.3
75+
rev: v4.0.2
7676
hooks:
7777
- id: pylint
7878
args: [
@@ -84,15 +84,15 @@ repos:
8484
additional_dependencies:
8585
- tomli
8686
- repo: https://github.com/PyCQA/bandit
87-
rev: 1.8.2
87+
rev: 1.8.6
8888
hooks:
8989
- id: bandit
9090
language_version: python3
9191
args: ['-c', 'pyproject.toml']
9292
additional_dependencies:
9393
- 'bandit[toml]'
9494
- repo: https://github.com/pre-commit/pre-commit-hooks
95-
rev: v5.0.0
95+
rev: v6.0.0
9696
hooks:
9797
- id: check-added-large-files
9898
- id: check-ast

0 commit comments

Comments
 (0)