Skip to content

Commit 95289ee

Browse files
[pre-commit.ci] pre-commit autoupdate (#187)
updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.8.0 → v2.9.0](macisamuele/language-formatters-pre-commit-hooks@v2.8.0...v2.9.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.265 → v0.0.267](astral-sh/ruff-pre-commit@v0.0.265...v0.0.267) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f1a0262 commit 95289ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: isort
1313
name: isort (python)
1414
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15-
rev: v2.8.0
15+
rev: v2.9.0
1616
hooks:
1717
- id: pretty-format-yaml
1818
args: [--autofix]
@@ -24,11 +24,11 @@ repos:
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/charliermarsh/ruff-pre-commit
27-
rev: v0.0.265
27+
rev: v0.0.267
2828
hooks:
2929
- id: ruff
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.2.0
31+
rev: v1.3.0
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [types-requests, types-setuptools]

0 commit comments

Comments
 (0)