Skip to content

Commit 17d228f

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 7255393 commit 17d228f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
args: [ --py37-plus ]
3131

3232
- repo: https://github.com/psf/black
33-
rev: 23.12.1
33+
rev: 24.1.1
3434
hooks:
3535
- id: black
3636
name: PEP8 formatting
@@ -43,7 +43,7 @@ repos:
4343
name: I-sort imports
4444

4545
- repo: https://github.com/PyCQA/flake8
46-
rev: 6.1.0
46+
rev: 7.0.0
4747
hooks:
4848
- id: flake8
4949
name: PEP8 checker

0 commit comments

Comments
 (0)