Skip to content

Commit 30e3e27

Browse files
[pre-commit.ci] pre-commit autoupdate (#183)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8271c56 commit 30e3e27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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.8.1
11+
rev: v0.9.1
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.0
17+
rev: v3.19.1
1818
hooks:
1919
- id: pyupgrade
2020
args:
@@ -47,7 +47,7 @@ repos:
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.13.0
50+
rev: v1.14.1
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.2
75+
rev: v3.3.3
7676
hooks:
7777
- id: pylint
7878
args: [
@@ -84,7 +84,7 @@ repos:
8484
additional_dependencies:
8585
- tomli
8686
- repo: https://github.com/PyCQA/bandit
87-
rev: 1.8.0
87+
rev: 1.8.2
8888
hooks:
8989
- id: bandit
9090
language_version: python3

0 commit comments

Comments
 (0)