Skip to content

Commit 848239b

Browse files
[pre-commit.ci] pre-commit autoupdate (#95)
updates: - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](PyCQA/autoflake@v2.2.1...v2.3.0) - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 47f58bd commit 848239b

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
@@ -10,7 +10,7 @@ repos:
1010
- id: mixed-line-ending
1111
# This wants to go before isort & flake8
1212
- repo: https://github.com/PyCQA/autoflake
13-
rev: "v2.2.1"
13+
rev: "v2.3.0"
1414
hooks:
1515
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
1616
args: ["--in-place", "--ignore-init-module-imports"]
@@ -20,7 +20,7 @@ repos:
2020
- id: isort
2121
# https://github.com/python/black#version-control-integration
2222
- repo: https://github.com/psf/black
23-
rev: 24.1.1
23+
rev: 24.2.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)