Skip to content

Commit 1acb683

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate (#672)
updates: - [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.7.0 → v3.15.0](asottile/pyupgrade@v3.7.0...v3.15.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.275...v0.1.1) - [github.com/psf/black: 23.3.0 → 23.10.0](psf/black@23.3.0...23.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9fd7306 commit 1acb683

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: python3.10
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-toml
@@ -14,20 +14,20 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.7.0
17+
rev: v3.15.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- --py3-plus
2222
- --keep-runtime-typing
23-
- repo: https://github.com/charliermarsh/ruff-pre-commit
24-
rev: v0.0.275
23+
- repo: https://github.com/astral-sh/ruff-pre-commit
24+
rev: v0.1.1
2525
hooks:
2626
- id: ruff
2727
args:
2828
- --fix
2929
- repo: https://github.com/psf/black
30-
rev: 23.3.0
30+
rev: 23.10.0
3131
hooks:
3232
- id: black
3333
ci:

0 commit comments

Comments
 (0)