Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b85fb4

Browse files
authoredJan 27, 2025··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.9.3](astral-sh/ruff-pre-commit@v0.7.1...v0.9.3) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/PyCQA/pylint: v3.3.1 → v3.3.3](pylint-dev/pylint@v3.3.1...v3.3.3) - [github.com/PyCQA/bandit: 1.7.10 → 1.8.2](PyCQA/bandit@1.7.10...1.8.2) - [github.com/pycontribs/mirrors-prettier: v3.3.3 → v3.4.2](pycontribs/mirrors-prettier@v3.3.3...v3.4.2)
1 parent 8f5a618 commit 6b85fb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ ci:
44
skip: ['no-commit-to-branch']
55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.19.0
7+
rev: v3.19.1
88
hooks:
99
- id: pyupgrade
1010
args: ['--keep-runtime-typing', '--py39-plus']
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.7.1
12+
rev: v0.9.3
1313
hooks:
1414
- id: ruff
1515
args: ['--fix', '--exit-non-zero-on-fix']
1616
- id: ruff-format
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.13.0
18+
rev: v1.14.1
1919
hooks:
2020
- id: mypy
2121
# warn-unused-ignores is unsafe with pre-commit, see
@@ -46,7 +46,7 @@ repos:
4646
- id: python-check-blanket-type-ignore
4747
- id: python-no-log-warn
4848
- repo: https://github.com/PyCQA/pylint
49-
rev: v3.3.1
49+
rev: v3.3.3
5050
hooks:
5151
- id: pylint
5252
args: [
@@ -60,15 +60,15 @@ repos:
6060
- sqlalchemy
6161
- tomli
6262
- repo: https://github.com/PyCQA/bandit
63-
rev: 1.7.10
63+
rev: 1.8.2
6464
hooks:
6565
- id: bandit
6666
language_version: python3
6767
args: ['-c', 'pyproject.toml']
6868
additional_dependencies:
6969
- bandit[toml]
7070
- repo: https://github.com/pycontribs/mirrors-prettier
71-
rev: v3.3.3
71+
rev: v3.4.2
7272
hooks:
7373
- id: prettier
7474
- repo: https://github.com/shellcheck-py/shellcheck-py

0 commit comments

Comments
 (0)
Please sign in to comment.