Skip to content

Commit 9755938

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 6dd2ee8 commit 9755938

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
@@ -37,7 +37,7 @@ repos:
3737

3838
# Autoformat: Python code
3939
- repo: https://github.com/psf/black
40-
rev: 23.12.1
40+
rev: 24.1.1
4141
hooks:
4242
- id: black
4343

@@ -64,7 +64,7 @@ repos:
6464

6565
# Lint: Python code
6666
- repo: https://github.com/pycqa/flake8
67-
rev: "6.1.0"
67+
rev: "7.0.0"
6868
hooks:
6969
- id: flake8
7070

0 commit comments

Comments
 (0)