Skip to content

Commit 9f3bb2e

Browse files
⬆️ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 7255393 commit 9f3bb2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
args: [--autofix, --indent=4, --no-ensure-ascii, --no-sort-keys]
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.15.0
26+
rev: v3.15.2
2727
hooks:
2828
- id: pyupgrade
2929
name: Upgrade code
3030
args: [ --py37-plus ]
3131

3232
- repo: https://github.com/psf/black
33-
rev: 23.12.1
33+
rev: 24.3.0
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)