Skip to content

Commit b56801f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.3.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.6.0 → 26.3.1](psf/black-pre-commit-mirror@22.6.0...26.3.1) - [github.com/pycqa/isort: 5.10.1 → 8.0.1](PyCQA/isort@5.10.1...8.0.1) - [github.com/pycqa/pylint: v2.14.4 → v4.0.5](pylint-dev/pylint@v2.14.4...v4.0.5) - [github.com/asottile/pyupgrade: v2.37.1 → v3.21.2](asottile/pyupgrade@v2.37.1...v3.21.2)
1 parent 259fda3 commit b56801f

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,31 +12,31 @@ repos:
1212
- id: check-useless-excludes
1313
- id: identity
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.3.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer
1919
- id: check-yaml
2020
- id: check-added-large-files
2121
- id: check-ast
22-
- repo: https://github.com/psf/black
23-
rev: 22.6.0
22+
- repo: https://github.com/psf/black-pre-commit-mirror
23+
rev: 26.3.1
2424
hooks:
2525
- id: black
2626
args: [--config=app/pyproject-ci.toml]
2727
- repo: https://github.com/pycqa/isort
28-
rev: 5.10.1
28+
rev: 8.0.1
2929
hooks:
3030
- id: isort
3131
name: isort (python)
3232
args: [--settings-file=app/pyproject-ci.toml]
3333
- repo: https://github.com/pycqa/pylint
34-
rev: v2.14.4
34+
rev: v4.0.5
3535
hooks:
3636
- id: pylint
3737
args: [--rcfile=app/pyproject-ci.toml]
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: 'v2.37.1'
39+
rev: 'v3.21.2'
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]

0 commit comments

Comments
 (0)