Skip to content

Commit 4bb5fce

Browse files
[pre-commit.ci] pre-commit autoupdate (#257)
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 79bd245 commit 4bb5fce

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
@@ -17,13 +17,13 @@ repos:
1717
# Don't commit to master branch.
1818
- id: no-commit-to-branch
1919
- repo: https://github.com/psf/black
20-
rev: '24.4.2'
20+
rev: '24.8.0'
2121
hooks:
2222
- id: black
2323
types: [file, python]
2424
args: [--config=./pyproject.toml, .]
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: '7.1.0'
26+
rev: '7.1.1'
2727
hooks:
2828
# Run flake8.
2929
- id: flake8

0 commit comments

Comments
 (0)