Skip to content

Commit ae1558c

Browse files
authoredFeb 12, 2024
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.14...v0.2.1) - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)
1 parent d7bc382 commit ae1558c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-added-large-files
1010
- id: requirements-txt-fixer
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.1.14
12+
rev: v0.2.1
1313
hooks:
1414
- id: ruff
1515
args: [ --fix ]
@@ -20,7 +20,7 @@ repos:
2020
args: [ --in-place, --remove-all-unused-imports, --remove-unused-variables ]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.12.1
23+
rev: 24.1.1
2424
hooks:
2525
- id: black
2626
args: [ --target-version=py312 ]

0 commit comments

Comments
 (0)