Skip to content

Commit 219aed2

Browse files
pre-commit-ci[bot]ocefpaf
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
1 parent 67fb3ec commit 219aed2

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
@@ -12,7 +12,7 @@ repos:
1212
files: requirements-dev.txt
1313

1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 7.1.0
15+
rev: 7.1.1
1616
hooks:
1717
- id: flake8
1818
exclude: docs/source/conf.py
@@ -26,7 +26,7 @@ repos:
2626
args: ["--profile", "black", "--filter-files"]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 24.4.2
29+
rev: 24.8.0
3030
hooks:
3131
- id: black
3232
language_version: python3

0 commit comments

Comments
 (0)