Skip to content

Commit e2b1c0c

Browse files
pre-commit-ci[bot]brunns
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1)
1 parent 6ff4e91 commit e2b1c0c

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
@@ -16,7 +16,7 @@ repos:
1616
# args: ["-l100"]
1717

1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 6.1.0
19+
rev: 7.0.0
2020
hooks:
2121
- id: flake8
2222
exclude: >-
@@ -26,7 +26,7 @@ repos:
2626
)
2727
2828
- repo: https://github.com/psf/black
29-
rev: 23.10.1
29+
rev: 23.12.1
3030
hooks:
3131
- id: black
3232
# args: ["-l100"]

0 commit comments

Comments
 (0)