Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit ee8ff7f

Browse files
ci: pre-commit autoupdate
updates: - [github.com/bwhmather/ssort: 0.12.4 → 0.13.0](bwhmather/ssort@0.12.4...0.13.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/PyCQA/pylint: v3.1.0 → v3.2.3](pylint-dev/pylint@v3.1.0...v3.2.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9)
1 parent 196cb0f commit ee8ff7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@ repos:
8989
- id: nbqa-pyupgrade
9090

9191
- repo: https://github.com/bwhmather/ssort
92-
rev: 0.12.4
92+
rev: 0.13.0
9393
hooks:
9494
- id: ssort
9595

9696
- repo: https://github.com/asottile/pyupgrade
97-
rev: v3.15.2
97+
rev: v3.16.0
9898
hooks:
9999
- id: pyupgrade
100100

101101
- repo: https://github.com/psf/black
102-
rev: 24.4.0
102+
rev: 24.4.2
103103
hooks:
104104
- id: black
105105
- id: black-jupyter
@@ -112,21 +112,21 @@ repos:
112112
args: ["--profile=black"]
113113

114114
- repo: https://github.com/PyCQA/pylint
115-
rev: v3.1.0
115+
rev: v3.2.3
116116
hooks:
117117
- id: pylint
118118
args: ["--rcfile=pyproject.toml"]
119119

120120
- repo: https://github.com/pre-commit/mirrors-mypy
121-
rev: v1.9.0
121+
rev: v1.10.0
122122
hooks:
123123
- id: mypy
124124
args:
125125
- "--config-file=pyproject.toml"
126126
exclude: "tests"
127127

128128
- repo: https://github.com/PyCQA/bandit
129-
rev: 1.7.8
129+
rev: 1.7.9
130130
hooks:
131131
- id: bandit
132132
exclude: "^tests/"

0 commit comments

Comments
 (0)