Skip to content

Commit e500db6

Browse files
[pre-commit.ci] pre-commit autoupdate (#106)
updates: - [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](PyCQA/autoflake@v2.3.0...v2.3.1) - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e48e8d1 commit e500db6

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
@@ -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.3.0"
13+
rev: "v2.3.1"
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.2.0
23+
rev: 24.3.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)