Skip to content

Commit 12237ec

Browse files
⬆️ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](asottile/pyupgrade@v3.15.0...v3.21.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 26.5.1](psf/black-pre-commit-mirror@23.12.1...26.5.1) - [github.com/PyCQA/isort: 5.13.2 → 9.0.0a3](PyCQA/isort@5.13.2...9.0.0a3) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0)
1 parent 7255393 commit 12237ec

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v6.0.0
1616
hooks:
1717
- id: check-case-conflict
1818
- id: check-json
@@ -23,27 +23,27 @@ 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.21.2
2727
hooks:
2828
- id: pyupgrade
2929
name: Upgrade code
3030
args: [ --py37-plus ]
3131

32-
- repo: https://github.com/psf/black
33-
rev: 23.12.1
32+
- repo: https://github.com/psf/black-pre-commit-mirror
33+
rev: 26.5.1
3434
hooks:
3535
- id: black
3636
name: PEP8 formatting
3737
args: [ --skip-string-normalization, --line-length=100]
3838

3939
- repo: https://github.com/PyCQA/isort
40-
rev: 5.13.2
40+
rev: 9.0.0a3
4141
hooks:
4242
- id: isort
4343
name: I-sort imports
4444

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

0 commit comments

Comments
 (0)