Skip to content

Commit c44f5df

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0) - [github.com/psf/black: 22.10.0 → 24.4.0](psf/black@22.10.0...24.4.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent bfa3f2f commit c44f5df

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 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.6.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -13,13 +13,13 @@ repos:
1313
- id: check-toml
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 24.4.0
1717
hooks:
1818
- id: black
1919
args: [ --safe ]
2020

2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 6.1.0
22+
rev: 7.0.0
2323
hooks:
2424
- id: flake8
2525
additional_dependencies: [Flake8-pyproject]

0 commit comments

Comments
 (0)