Skip to content

Commit 2f48fa5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.2.2](astral-sh/ruff-pre-commit@v0.1.11...v0.2.2)
1 parent ec6d567 commit 2f48fa5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.15.0
18+
rev: v3.15.1
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- "--py38-plus"
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.12.1
25+
rev: 24.2.0
2626
hooks:
2727
- id: black
2828

@@ -31,8 +31,8 @@ repos:
3131
hooks:
3232
- id: blackdoc
3333

34-
- repo: https://github.com/charliermarsh/ruff-pre-commit
35-
rev: "v0.1.11"
34+
- repo: https://github.com/astral-sh/ruff-pre-commit
35+
rev: "v0.2.2"
3636
hooks:
3737
- id: ruff
3838
args: ["--fix"]

0 commit comments

Comments
 (0)