Skip to content

Commit b011c63

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
1 parent bd9168a commit b011c63

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
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99

1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 24.4.2
11+
rev: 24.8.0
1212
hooks:
1313
- id: black
1414
language_version: python3.10
@@ -20,6 +20,6 @@ repos:
2020
name: isort (python)
2121

2222
- repo: https://github.com/pycqa/flake8
23-
rev: 7.1.0
23+
rev: 7.1.1
2424
hooks:
2525
- id: flake8

0 commit comments

Comments
 (0)