Skip to content

Commit e36f71d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.1](astral-sh/ruff-pre-commit@v0.1.11...v0.2.1)
1 parent ec6d567 commit e36f71d

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
@@ -22,7 +22,7 @@ repos:
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.1"
3636
hooks:
3737
- id: ruff
3838
args: ["--fix"]

0 commit comments

Comments
 (0)