Skip to content

Commit 4ff4504

Browse files
⬆️ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0)
1 parent 7255393 commit 4ff4504

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.5.0
15+
rev: v4.6.0
1616
hooks:
1717
- id: check-case-conflict
1818
- id: check-json
@@ -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.16.0
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.4.2
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.1.0
4747
hooks:
4848
- id: flake8
4949
name: PEP8 checker

0 commit comments

Comments
 (0)