Skip to content

Commit 8d07f8b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292) - [github.com/tox-dev/pyproject-fmt: 1.1.0 → 1.2.0](tox-dev/pyproject-fmt@1.1.0...1.2.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0)
1 parent 06e0aaf commit 8d07f8b

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
@@ -8,12 +8,12 @@ repos:
88
args: [--safe, --quiet]
99
exclude: docs/examples/
1010
- repo: https://github.com/asottile/reorder-python-imports
11-
rev: v3.11.0
11+
rev: v3.12.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [ "--application-directories=.:src" , --py38-plus, --add-import, 'from __future__ import annotations']
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v4.5.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: check-yaml
@@ -23,23 +23,23 @@ repos:
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.13.0
26+
rev: v3.15.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.0.291
31+
rev: v0.0.292
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "1.1.0"
36+
rev: "1.2.0"
3737
hooks:
3838
- id: pyproject-fmt
3939
exclude: docs/examples/
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: 'v1.5.1'
42+
rev: 'v1.6.0'
4343
hooks:
4444
- id: mypy
4545
args: [--strict]

0 commit comments

Comments
 (0)