Skip to content

Commit b73ce46

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/PyCQA/isort: 6.0.1 → 8.0.1](PyCQA/isort@6.0.1...8.0.1)
1 parent e933908 commit b73ce46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -53,7 +53,7 @@ repos:
5353
- flake8-pyproject
5454
- flake8-string-format
5555
- repo: https://github.com/asottile/pyupgrade
56-
rev: v3.20.0
56+
rev: v3.21.2
5757
hooks:
5858
- id: pyupgrade
5959
args: [--py38-plus]
@@ -64,6 +64,6 @@ repos:
6464
args: [-i]
6565
additional_dependencies: [toml]
6666
- repo: https://github.com/PyCQA/isort
67-
rev: 6.0.1
67+
rev: 8.0.1
6868
hooks:
6969
- id: isort

0 commit comments

Comments
 (0)