Skip to content

Commit 86caeff

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.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent 40a47fd commit 86caeff

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
@@ -4,7 +4,7 @@ files: ^soda/
44
exclude: antlr/
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: check-added-large-files
@@ -24,13 +24,13 @@ repos:
2424
- id: autoflake
2525
args: ["--in-place", "--remove-all-unused-imports"]
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.19.1
27+
rev: v3.20.0
2828
hooks:
2929
- id: pyupgrade
3030
exclude: _models?\.py$
3131
args: [--py38-plus, --keep-runtime-typing]
3232
- repo: https://github.com/PyCQA/isort
33-
rev: 6.0.0
33+
rev: 6.0.1
3434
hooks:
3535
- id: isort
3636
additional_dependencies: [toml]

0 commit comments

Comments
 (0)