Skip to content

Commit b39f90b

Browse files
[pre-commit.ci] pre-commit autoupdate (#276)
updates: - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.9...v0.3.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent de37cf0 commit b39f90b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: "quarterly"
44
repos:
55
- repo: https://github.com/PyCQA/autoflake
6-
rev: v2.2.1
6+
rev: v2.3.1
77
hooks:
88
- id: autoflake
99
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: 23.12.1
15+
rev: 24.3.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -26,7 +26,7 @@ repos:
2626
- id: check-yaml
2727
- id: debug-statements
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.1.9'
29+
rev: 'v0.3.5'
3030
hooks:
3131
- id: ruff
3232
args: ['--fix']

0 commit comments

Comments
 (0)