Skip to content

Commit e2353f9

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

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.2.0
3+
rev: 24.3.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -18,7 +18,7 @@ repos:
1818
language: python
1919
additional_dependencies: [pygments, restructuredtext_lint]
2020
- repo: https://github.com/PyCQA/autoflake
21-
rev: v2.3.0
21+
rev: v2.3.1
2222
hooks:
2323
- id: autoflake
2424
name: autoflake

0 commit comments

Comments
 (0)