Skip to content

Commit 754066a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](astral-sh/ruff-pre-commit@v0.2.0...v0.2.1)
1 parent ccf42d1 commit 754066a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.1.1
3+
rev: 24.2.0
44
hooks:
55
- id: black
66
language_version: python3
77
args:
88
- --target-version=py38
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.2.0
10+
rev: v0.2.1
1111
hooks:
1212
- id: ruff
1313
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)