Skip to content

Commit c8b06b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
1 parent 2d75b24 commit c8b06b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.4.2
44
hooks:
55
- id: black
66
language_version: python3.10
@@ -13,12 +13,12 @@ repos:
1313
exclude: ^module/.*$
1414

1515
- repo: https://github.com/pycqa/flake8
16-
rev: 7.0.0
16+
rev: 7.1.0
1717
hooks:
1818
- id: flake8
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.5.0
21+
rev: v4.6.0
2222
hooks:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace

0 commit comments

Comments
 (0)